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 |
---|---|
java.lang.String |
getAssertionConsumerServiceURL() |
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 |
setAssertionConsumerServiceURL(java.lang.String assertionConsumerServiceURL) |
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)
public java.lang.String getAssertionConsumerServiceURL()
public void setAssertionConsumerServiceURL(java.lang.String assertionConsumerServiceURL)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"