Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken

Packages that use RefreshToken
org.apache.cxf.rs.security.oauth2.utils.crypto   
 

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

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

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


Apache CXF API

Apache CXF