Class CASUtils


  • public final class CASUtils
    extends Object
    • 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)