Class CASUtils
java.lang.Object
org.apache.syncope.sra.security.cas.CASUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
constructServiceUrl
(ServerWebExchange exchange, org.apereo.cas.client.Protocol protocol) static reactor.core.publisher.Mono
<String> retrieveTicketFromRequest
(ServerWebExchange exchange, org.apereo.cas.client.Protocol protocol) static reactor.core.publisher.Mono
<String> safeGetParameter
(ServerWebExchange exchange, String parameter) static ServerWebExchangeMatcher
ticketAvailable
(org.apereo.cas.client.Protocol protocol)
-
Method Details
-
safeGetParameter
public static reactor.core.publisher.Mono<String> safeGetParameter(ServerWebExchange exchange, String parameter) -
retrieveTicketFromRequest
public static reactor.core.publisher.Mono<String> retrieveTicketFromRequest(ServerWebExchange exchange, org.apereo.cas.client.Protocol protocol) -
ticketAvailable
-
constructServiceUrl
public static String constructServiceUrl(ServerWebExchange exchange, org.apereo.cas.client.Protocol protocol)
-