Uses of Class
org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
-
-
Uses of OAuthRedirectionState in org.apache.cxf.rs.security.oauth2.common
Subclasses of OAuthRedirectionState in org.apache.cxf.rs.security.oauth2.common Modifier and Type Class Description classOAuthAuthorizationDataThis 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 OAuthRedirectionState Modifier and Type Method Description OAuthRedirectionStateJoseSessionTokenProvider. getSessionState(MessageContext messageContext, String sessionToken, UserSubject subject)OAuthRedirectionStateSessionAuthenticityTokenProvider. getSessionState(MessageContext messageContext, String sessionToken, UserSubject subject)Expand the session tokenMethods in org.apache.cxf.rs.security.oauth2.provider with parameters of type OAuthRedirectionState Modifier and Type Method Description protected StringJoseSessionTokenProvider. convertStateToString(OAuthRedirectionState secData)StringJoseSessionTokenProvider. createSessionToken(MessageContext mc, javax.ws.rs.core.MultivaluedMap<String,String> params, UserSubject subject, OAuthRedirectionState secData)StringSessionAuthenticityTokenProvider. createSessionToken(MessageContext mc, javax.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 OAuthRedirectionState Modifier and Type Method Description protected OAuthRedirectionStateAuthorizationCodeGrantService. recreateRedirectionStateFromParams(javax.ws.rs.core.MultivaluedMap<String,String> params)protected OAuthRedirectionStateRedirectionBasedGrantService. recreateRedirectionStateFromParams(javax.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 OAuthRedirectionState Modifier and Type Method Description protected AuthorizationCodeRegistrationAuthorizationCodeGrantService. createCodeRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)protected javax.ws.rs.core.ResponseAbstractImplicitGrantService. createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected javax.ws.rs.core.ResponseAuthorizationCodeGrantService. createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)protected abstract javax.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)ServerAuthorizationCodeGrantAuthorizationCodeGrantService. 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 OAuthRedirectionState Modifier and Type Method Description protected OAuthRedirectionStateOidcAuthorizationCodeService. recreateRedirectionStateFromParams(javax.ws.rs.core.MultivaluedMap<String,String> params)protected OAuthRedirectionStateOidcImplicitService. recreateRedirectionStateFromParams(javax.ws.rs.core.MultivaluedMap<String,String> params)Methods in org.apache.cxf.rs.security.oidc.idp with parameters of type OAuthRedirectionState Modifier and Type Method Description protected 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 OAuthRedirectionState Modifier and Type Method Description static voidOidcUtils. setStateClaimsProperty(OAuthRedirectionState state, javax.ws.rs.core.MultivaluedMap<String,String> params)
-