@Service(value="IDPCredentialProvider") public class IDPCredentialProvider extends AbstractCredentialProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
IDP_JAVAKEYSTORE |
static String |
IDP_KEY_PASSASSERTION |
static String |
IDP_KEY_PASSENCRYTPION |
static String |
IDP_KEY_PASSMETADATA |
static String |
IDP_KEYALIASASSERTION |
static String |
IDP_KEYALIASENCRYTPION |
static String |
IDP_KEYALIASMETADATA |
static String |
IDP_KS_PASS |
| Constructor and Description |
|---|
IDPCredentialProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptionKeyAlias()
Get alias of key for IDP response encryption
|
String |
getEncryptionKeyPassword()
Get password of key for IDP response encryption
|
String |
getFriendlyName()
Get a friendlyName for this keyStore implementation
This friendlyName is used for logging
|
String |
getKeyStoreFilePath()
Get KeyStore
|
String |
getKeyStorePassword()
Get keyStore password
|
String |
getMetadataKeyAlias()
Get alias of key for metadata signing
|
String |
getMetadataKeyPassword()
Get password of key for metadata signing
|
String |
getSignatureKeyAlias()
Get alias of key for request/response signing
|
String |
getSignatureKeyPassword()
Get password of key for request/response signing
|
getIDPAssertionEncryptionCredential, getIDPAssertionSigningCredential, getIDPMetaDataSigningCredential, getIDPSignaturepublic static final String IDP_JAVAKEYSTORE
public static final String IDP_KS_PASS
public static final String IDP_KEYALIASMETADATA
public static final String IDP_KEY_PASSMETADATA
public static final String IDP_KEYALIASASSERTION
public static final String IDP_KEY_PASSASSERTION
public static final String IDP_KEYALIASENCRYTPION
public static final String IDP_KEY_PASSENCRYTPION
public String getKeyStoreFilePath()
AbstractCredentialProvidergetKeyStoreFilePath in class AbstractCredentialProviderpublic String getKeyStorePassword()
AbstractCredentialProvidergetKeyStorePassword in class AbstractCredentialProviderpublic String getMetadataKeyAlias()
AbstractCredentialProvidergetMetadataKeyAlias in class AbstractCredentialProviderpublic String getMetadataKeyPassword()
AbstractCredentialProvidergetMetadataKeyPassword in class AbstractCredentialProviderpublic String getSignatureKeyAlias()
AbstractCredentialProvidergetSignatureKeyAlias in class AbstractCredentialProviderpublic String getSignatureKeyPassword()
AbstractCredentialProvidergetSignatureKeyPassword in class AbstractCredentialProviderpublic String getEncryptionKeyAlias()
AbstractCredentialProvidergetEncryptionKeyAlias in class AbstractCredentialProviderpublic String getEncryptionKeyPassword()
AbstractCredentialProvidergetEncryptionKeyPassword in class AbstractCredentialProviderpublic String getFriendlyName()
AbstractCredentialProvidergetFriendlyName in class AbstractCredentialProviderCopyright © 2017. All rights reserved.