Uses of Interface
net.ltgt.oidc.servlet.UserPrincipalFactory
-
Uses of UserPrincipalFactory in net.ltgt.oidc.servlet
Fields in net.ltgt.oidc.servlet declared as UserPrincipalFactoryModifier and TypeFieldDescriptionstatic final UserPrincipalFactoryKeycloakUserPrincipal.FACTORYstatic final UserPrincipalFactorySimpleUserPrincipal.FACTORYConstructors in net.ltgt.oidc.servlet with parameters of type UserPrincipalFactoryModifierConstructorDescriptionCallbackServlet(Configuration configuration, UserPrincipalFactory userPrincipalFactory) Constructs a servlet with the given configuration andUserPrincipalfactory, and no HTTP request sender.CallbackServlet(Configuration configuration, UserPrincipalFactory userPrincipalFactory, @Nullable HTTPRequestSender httpRequestSender) Constructs a servlet with the given configuration andUserPrincipalfactory.UserFilter(UserPrincipalFactory userPrincipalFactory) Constructs a filter with the givenUserPrincipalfactory and no logged-out session store.UserFilter(UserPrincipalFactory userPrincipalFactory, @Nullable LoggedOutSessionStore loggedOutSessionStore) Constructs a filter with the givenUserPrincipalfactory and (optional) logged-out session store.