Uses of Class
org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Packages that use OAuthRedirectionState
Package
Description
-
Uses of OAuthRedirectionState in org.apache.cxf.rs.security.oauth2.common
Subclasses of OAuthRedirectionState in org.apache.cxf.rs.security.oauth2.commonModifier and TypeClassDescriptionclassThis bean represents a resource owner authorization challenge. -
Uses of OAuthRedirectionState in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider that return OAuthRedirectionStateModifier and TypeMethodDescriptionJoseSessionTokenProvider.getSessionState(MessageContext messageContext, String sessionToken, UserSubject subject) SessionAuthenticityTokenProvider.getSessionState(MessageContext messageContext, String sessionToken, UserSubject subject) Expand the session tokenMethods in org.apache.cxf.rs.security.oauth2.provider with parameters of type OAuthRedirectionStateModifier and TypeMethodDescriptionprotected StringJoseSessionTokenProvider.convertStateToString(OAuthRedirectionState secData) JoseSessionTokenProvider.createSessionToken(MessageContext mc, jakarta.ws.rs.core.MultivaluedMap<String, String> params, UserSubject subject, OAuthRedirectionState secData) SessionAuthenticityTokenProvider.createSessionToken(MessageContext mc, jakarta.ws.rs.core.MultivaluedMap<String, String> params, UserSubject subject, OAuthRedirectionState secData) Create a new session token and stores it -
Uses of OAuthRedirectionState in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return OAuthRedirectionStateModifier and TypeMethodDescriptionprotected OAuthRedirectionStateAuthorizationCodeGrantService.recreateRedirectionStateFromParams(jakarta.ws.rs.core.MultivaluedMap<String, String> params) protected OAuthRedirectionStateRedirectionBasedGrantService.recreateRedirectionStateFromParams(jakarta.ws.rs.core.MultivaluedMap<String, String> params) protected OAuthRedirectionStateRedirectionBasedGrantService.recreateRedirectionStateFromSession(UserSubject subject, String sessionToken) Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type OAuthRedirectionStateModifier and TypeMethodDescriptionprotected AuthorizationCodeRegistrationAuthorizationCodeGrantService.createCodeRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken) protected jakarta.ws.rs.core.ResponseAbstractImplicitGrantService.createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected jakarta.ws.rs.core.ResponseAuthorizationCodeGrantService.createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken) protected abstract jakarta.ws.rs.core.ResponseRedirectionBasedGrantService.createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected AccessTokenRegistrationAbstractImplicitGrantService.createTokenRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject) protected voidAbstractImplicitGrantService.finalizeResponse(StringBuilder sb, OAuthRedirectionState state) protected ClientAccessTokenAbstractImplicitGrantService.getClientAccessToken(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) AuthorizationCodeGrantService.getGrantRepresentation(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken) protected booleanRedirectionBasedGrantService.isFormResponse(OAuthRedirectionState state) protected AbstractFormImplicitResponseAbstractImplicitGrantService.prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected StringBuilderAbstractImplicitGrantService.prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) -
Uses of OAuthRedirectionState in org.apache.cxf.rs.security.oidc.idp
Methods in org.apache.cxf.rs.security.oidc.idp that return OAuthRedirectionStateModifier and TypeMethodDescriptionprotected OAuthRedirectionStateOidcAuthorizationCodeService.recreateRedirectionStateFromParams(jakarta.ws.rs.core.MultivaluedMap<String, String> params) protected OAuthRedirectionStateOidcImplicitService.recreateRedirectionStateFromParams(jakarta.ws.rs.core.MultivaluedMap<String, String> params) Methods in org.apache.cxf.rs.security.oidc.idp with parameters of type OAuthRedirectionStateModifier and TypeMethodDescriptionprotected AbstractFormImplicitResponseOidcHybridService.prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected AbstractFormImplicitResponseOidcImplicitService.prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected ServerAuthorizationCodeGrantOidcHybridService.prepareHybrideCode(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected StringBuilderOidcHybridService.prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected StringBuilderOidcImplicitService.prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected StringOidcImplicitService.processIdToken(OAuthRedirectionState state, IdToken idToken) -
Uses of OAuthRedirectionState in org.apache.cxf.rs.security.oidc.utils
Methods in org.apache.cxf.rs.security.oidc.utils with parameters of type OAuthRedirectionStateModifier and TypeMethodDescriptionstatic voidOidcUtils.setStateClaimsProperty(OAuthRedirectionState state, jakarta.ws.rs.core.MultivaluedMap<String, String> params)