Class TicketPrincipalLookupFunction

    • Field Detail

      • ticketContextLookupFunction

        @Nonnull
        private Function<org.opensaml.profile.context.ProfileRequestContext,​TicketContext> ticketContextLookupFunction
        Ticket context lookup function.
    • Constructor Detail

      • TicketPrincipalLookupFunction

        public TicketPrincipalLookupFunction()
    • Method Detail

      • setTicketContextLookupFunction

        public void setTicketContextLookupFunction​(@Nonnull
                                                   Function<org.opensaml.profile.context.ProfileRequestContext,​TicketContext> function)
        Sets the function used to retrieve a TicketContext from the ProfileRequestContext.
        Parameters:
        function - Ticket context lookup function.
      • apply

        @Nullable
        public String apply​(@Nullable
                            org.opensaml.profile.context.ProfileRequestContext profileRequestContext)
        Specified by:
        apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,​String>