public class SpConfiguration extends Object
| Constructor and Description |
|---|
SpConfiguration()
Creates a new instance of SpConfiguration with the given KeyProvider.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClockTolerance() |
Key |
getDecryptionKey(KeyStore keyStore)
Gets the private Key used to decrypt saml messages.
|
String |
getEntityId()
Gets the id that identifies the service provider with the identity provider.
|
boolean |
getUseEncryption() |
void |
setClockTolerance(int clockTolerance) |
void |
setEntityId(String entityId)
Sets the id that identifies the service provider with the identity provider.
|
void |
setKeyStorePassword(String keyStorePassword) |
void |
setSpPrivateKeyAlias(String spPrivateKeyAlias) |
void |
setUseEncryption(boolean useEncryption) |
public SpConfiguration()
public void setEntityId(String entityId)
entityId - String containing the service provider id.public String getEntityId()
public Key getDecryptionKey(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(String spPrivateKeyAlias)
public void setKeyStorePassword(String keyStorePassword)
public int getClockTolerance()
public void setClockTolerance(int clockTolerance)
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"