Class CASUtils
- java.lang.Object
-
- org.apache.syncope.sra.security.cas.CASUtils
-
public final class CASUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringconstructServiceUrl(org.springframework.web.server.ServerWebExchange exchange, org.jasig.cas.client.Protocol protocol)static reactor.core.publisher.Mono<String>retrieveTicketFromRequest(org.springframework.web.server.ServerWebExchange exchange, org.jasig.cas.client.Protocol protocol)static reactor.core.publisher.Mono<String>safeGetParameter(org.springframework.web.server.ServerWebExchange exchange, String parameter)static org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcherticketAvailable(org.jasig.cas.client.Protocol protocol)
-
-
-
Method Detail
-
safeGetParameter
public static reactor.core.publisher.Mono<String> safeGetParameter(org.springframework.web.server.ServerWebExchange exchange, String parameter)
-
retrieveTicketFromRequest
public static reactor.core.publisher.Mono<String> retrieveTicketFromRequest(org.springframework.web.server.ServerWebExchange exchange, org.jasig.cas.client.Protocol protocol)
-
ticketAvailable
public static org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher ticketAvailable(org.jasig.cas.client.Protocol protocol)
-
constructServiceUrl
public static String constructServiceUrl(org.springframework.web.server.ServerWebExchange exchange, org.jasig.cas.client.Protocol protocol)
-
-