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 String
constructServiceUrl(ServerWebExchange exchange, org.jasig.cas.client.Protocol protocol)
static reactor.core.publisher.Mono<String>
retrieveTicketFromRequest(ServerWebExchange exchange, org.jasig.cas.client.Protocol protocol)
static reactor.core.publisher.Mono<String>
safeGetParameter(ServerWebExchange exchange, String parameter)
static ServerWebExchangeMatcher
ticketAvailable(org.jasig.cas.client.Protocol protocol)
-
-
-
Method Detail
-
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.jasig.cas.client.Protocol protocol)
-
ticketAvailable
public static ServerWebExchangeMatcher ticketAvailable(org.jasig.cas.client.Protocol protocol)
-
constructServiceUrl
public static String constructServiceUrl(ServerWebExchange exchange, org.jasig.cas.client.Protocol protocol)
-
-