Uses of Class
org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
-
Packages that use OAuthRedirectionState Package Description org.apache.cxf.rs.security.oauth2.common org.apache.cxf.rs.security.oauth2.provider org.apache.cxf.rs.security.oauth2.services -
-
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(org.apache.cxf.jaxrs.ext.MessageContext messageContext, String sessionToken, UserSubject subject)OAuthRedirectionStateSessionAuthenticityTokenProvider. getSessionState(org.apache.cxf.jaxrs.ext.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(org.apache.cxf.jaxrs.ext.MessageContext mc, javax.ws.rs.core.MultivaluedMap<String,String> params, UserSubject subject, OAuthRedirectionState secData)StringSessionAuthenticityTokenProvider. createSessionToken(org.apache.cxf.jaxrs.ext.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)
-