Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant

Packages that use ServerAuthorizationCodeGrant
org.apache.cxf.rs.security.oauth2.grants.code   
org.apache.cxf.rs.security.oauth2.utils.crypto   
 

Uses of ServerAuthorizationCodeGrant in org.apache.cxf.rs.security.oauth2.grants.code
 

Methods in org.apache.cxf.rs.security.oauth2.grants.code that return ServerAuthorizationCodeGrant
 ServerAuthorizationCodeGrant AbstractAuthorizationCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg)
           
 ServerAuthorizationCodeGrant AuthorizationCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg)
          Creates a temporarily code grant which will capture the information about the Client requesting the access to the resource owner's resources
 ServerAuthorizationCodeGrant AuthorizationCodeDataProvider.removeCodeGrant(String code)
          Returns the previously registered ServerAuthorizationCodeGrant
 

Uses of ServerAuthorizationCodeGrant in org.apache.cxf.rs.security.oauth2.utils.crypto
 

Methods in org.apache.cxf.rs.security.oauth2.utils.crypto that return ServerAuthorizationCodeGrant
static ServerAuthorizationCodeGrant ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider, String encodedToken, Key key)
           
static ServerAuthorizationCodeGrant ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider, String encodedData, Key key, KeyProperties props)
           
static ServerAuthorizationCodeGrant ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider, String encodedToken, String encodedSecretKey)
           
static ServerAuthorizationCodeGrant ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, KeyProperties props)
           
static ServerAuthorizationCodeGrant ModelEncryptionSupport.recreateCodeGrant(OAuthDataProvider provider, String decryptedSequence)
           
 

Methods in org.apache.cxf.rs.security.oauth2.utils.crypto with parameters of type ServerAuthorizationCodeGrant
static String ModelEncryptionSupport.encryptCodeGrant(ServerAuthorizationCodeGrant grant, Key secretKey)
           
static String ModelEncryptionSupport.encryptCodeGrant(ServerAuthorizationCodeGrant grant, Key secretKey, KeyProperties props)
           
 


Apache CXF API

Apache CXF