Package | Description |
---|---|
org.apache.cxf.rs.security.oauth2.provider | |
org.apache.cxf.rs.security.oauth2.utils.crypto |
Modifier and Type | Method and Description |
---|---|
protected RefreshToken |
AbstractOAuthDataProvider.createNewRefreshToken(ServerAccessToken at) |
protected abstract RefreshToken |
AbstractOAuthDataProvider.revokeRefreshToken(Client client,
String refreshTokenKey) |
protected RefreshToken |
DefaultEHCacheOAuthDataProvider.revokeRefreshToken(Client client,
String refreshTokenKey) |
protected RefreshToken |
DefaultEncryptingOAuthDataProvider.revokeRefreshToken(Client client,
String refreshTokenKey) |
Modifier and Type | Method and Description |
---|---|
protected ServerAccessToken |
AbstractOAuthDataProvider.doRefreshAccessToken(Client client,
RefreshToken oldRefreshToken,
List<String> requestedScopes) |
protected abstract void |
AbstractOAuthDataProvider.saveRefreshToken(ServerAccessToken at,
RefreshToken refreshToken) |
protected void |
DefaultEHCacheOAuthDataProvider.saveRefreshToken(ServerAccessToken at,
RefreshToken refreshToken) |
protected void |
DefaultEncryptingOAuthDataProvider.saveRefreshToken(ServerAccessToken at,
RefreshToken refreshToken) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static String |
ModelEncryptionSupport.encryptRefreshToken(RefreshToken token,
Key secretKey) |
static String |
ModelEncryptionSupport.encryptRefreshToken(RefreshToken token,
Key secretKey,
KeyProperties props) |
Apache CXF