Class JwtRequestCodeGrant
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
- All Implemented Interfaces:
Serializable,AccessTokenGrant
Base Authorization Code Grant representation, captures the code
and the redirect URI this code has been returned to, visible to the client
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJwtRequestCodeGrant(String issuer) JwtRequestCodeGrant(String code, String issuer) JwtRequestCodeGrant(String code, URI uri, String issuer) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClientSecret(String clientSecret) voidvoidsetJoseProducer(OAuthJoseJwtProducer joseProducer) toMap()Returns the map containing public grant parameters; can be used by clients requesting the access tokens.Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
getCode, getCodeVerifier, getRedirectUri, getType, setCode, setCodeVerifier, setRedirectUri
-
Constructor Details
-
JwtRequestCodeGrant
public JwtRequestCodeGrant() -
JwtRequestCodeGrant
-
JwtRequestCodeGrant
-
JwtRequestCodeGrant
-
-
Method Details
-
toMap
Description copied from class:AuthorizationCodeGrantReturns the map containing public grant parameters; can be used by clients requesting the access tokens.- Specified by:
toMapin interfaceAccessTokenGrant- Overrides:
toMapin classAuthorizationCodeGrant- Returns:
- the grant parameters
-
getRequest
-
setIssuer
-
setClientSecret
-
getJoseProducer
-
setJoseProducer
-