public class SpConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
SpConfiguration()
Creates a new instance of SpConfiguration with the given KeyProvider.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClockTolerance() |
java.security.Key |
getDecryptionKey(java.security.KeyStore keyStore)
Gets the private Key used to decrypt saml messages.
|
java.lang.String |
getEntityId()
Gets the id that identifies the service provider with the identity provider.
|
boolean |
getUseEncryption() |
void |
setClockTolerance(int clockTolerance) |
void |
setEntityId(java.lang.String entityId)
Sets the id that identifies the service provider with the identity provider.
|
void |
setKeyStorePassword(java.lang.String keyStorePassword) |
void |
setSpPrivateKeyAlias(java.lang.String spPrivateKeyAlias) |
void |
setUseEncryption(boolean useEncryption) |
public SpConfiguration()
public void setEntityId(java.lang.String entityId)
entityId - String containing the service provider id.public java.lang.String getEntityId()
public java.security.Key getDecryptionKey(java.security.KeyStore keyStore)
keyStore - KeyStore bound to 'authentication-service' user to retrieve SP's private keypublic boolean getUseEncryption()
public void setUseEncryption(boolean useEncryption)
public void setSpPrivateKeyAlias(java.lang.String spPrivateKeyAlias)
public void setKeyStorePassword(java.lang.String keyStorePassword)
public int getClockTolerance()
public void setClockTolerance(int clockTolerance)
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"