Uses of Class
net.shibboleth.idp.cas.ticket.TicketContext
Packages that use TicketContext
-
Uses of TicketContext in net.shibboleth.idp.cas.ticket
Fields in net.shibboleth.idp.cas.ticket with type parameters of type TicketContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,TicketContext> TicketPrincipalLookupFunction.ticketContextLookupFunctionTicket context lookup function.Method parameters in net.shibboleth.idp.cas.ticket with type arguments of type TicketContextModifier and TypeMethodDescriptionvoidTicketPrincipalLookupFunction.setTicketContextLookupFunction(Function<ProfileRequestContext, TicketContext> function) Sets the function used to retrieve aTicketContextfrom theProfileRequestContext.