@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, getIDPSignature
public 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()
AbstractCredentialProvider
getKeyStoreFilePath
in class AbstractCredentialProvider
public String getKeyStorePassword()
AbstractCredentialProvider
getKeyStorePassword
in class AbstractCredentialProvider
public String getMetadataKeyAlias()
AbstractCredentialProvider
getMetadataKeyAlias
in class AbstractCredentialProvider
public String getMetadataKeyPassword()
AbstractCredentialProvider
getMetadataKeyPassword
in class AbstractCredentialProvider
public String getSignatureKeyAlias()
AbstractCredentialProvider
getSignatureKeyAlias
in class AbstractCredentialProvider
public String getSignatureKeyPassword()
AbstractCredentialProvider
getSignatureKeyPassword
in class AbstractCredentialProvider
public String getEncryptionKeyAlias()
AbstractCredentialProvider
getEncryptionKeyAlias
in class AbstractCredentialProvider
public String getEncryptionKeyPassword()
AbstractCredentialProvider
getEncryptionKeyPassword
in class AbstractCredentialProvider
public String getFriendlyName()
AbstractCredentialProvider
getFriendlyName
in class AbstractCredentialProvider
Copyright © 2017. All rights reserved.