@Deprecated public class HybrisOpenIDTokenServices extends HybrisOAuthTokenServices
| Modifier and Type | Field and Description |
|---|---|
protected ClientDetailsDao |
clientDetailsDao
Deprecated.
|
protected static java.lang.String |
ID_TOKEN
Deprecated.
|
protected static java.lang.String |
ID_TOKEN_VALIDITY_SECONDS
Deprecated.
|
protected static java.lang.String |
ISS
Deprecated.
|
protected static java.lang.String |
KEYSTORE_LOCATION
Deprecated.
|
protected static java.lang.String |
KEYSTORE_PASSWORD
Deprecated.
|
protected KeyStoreHelper |
keyStoreHelper
Deprecated.
|
protected static java.lang.String |
KID
Deprecated.
|
protected static java.lang.String |
OAUTH2_ALGORITHM
Deprecated.
|
protected static java.lang.String |
OPENID_SCOPE_NAME
Deprecated.
|
| Constructor and Description |
|---|
HybrisOpenIDTokenServices()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessToken |
createAccessToken(OAuth2Authentication authentication)
Deprecated.
|
void |
setClientDetailsDao(ClientDetailsDao clientDetailsDao)
Deprecated.
|
void |
setExternalScopesStrategy(OpenIDExternalScopesStrategy externalScopesStrategy)
Deprecated.
|
void |
setKeyStoreHelper(KeyStoreHelper keyStoreHelper)
Deprecated.
|
protected static final java.lang.String ID_TOKEN
protected static final java.lang.String OPENID_SCOPE_NAME
protected static final java.lang.String ID_TOKEN_VALIDITY_SECONDS
protected static final java.lang.String KID
protected static final java.lang.String KEYSTORE_LOCATION
protected static final java.lang.String KEYSTORE_PASSWORD
protected static final java.lang.String ISS
protected static final java.lang.String OAUTH2_ALGORITHM
protected ClientDetailsDao clientDetailsDao
protected KeyStoreHelper keyStoreHelper
public OAuth2AccessToken createAccessToken(OAuth2Authentication authentication)
throws AuthenticationException
createAccessToken in class HybrisOAuthTokenServicesAuthenticationExceptionpublic void setExternalScopesStrategy(OpenIDExternalScopesStrategy externalScopesStrategy)
public void setKeyStoreHelper(KeyStoreHelper keyStoreHelper)
public void setClientDetailsDao(ClientDetailsDao clientDetailsDao)
Copyright © 2018 SAP SE. All Rights Reserved.