public abstract class AbstractSAML2ProfileConfiguration extends AbstractSAMLProfileConfiguration
Modifier | Constructor and Description |
---|---|
protected |
AbstractSAML2ProfileConfiguration()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SAML2AttributeAuthority |
getAttributeAuthority()
Gets the Attribute authority to use.
|
CryptoOperationRequirementLevel |
getEncryptAssertion()
Gets whether assertions should be encrypted.
|
CryptoOperationRequirementLevel |
getEncryptNameID()
Gets whether NameIDs should be encrypted.
|
Collection<String> |
getProxyAudiences()
Gets the audiences for a proxied assertion.
|
int |
getProxyCount()
Gets the maximum number of times an assertion may be proxied.
|
void |
setAttributeAuthority(SAML2AttributeAuthority authority)
Sets the Attribute authority to use.
|
void |
setEncryptAssertion(CryptoOperationRequirementLevel encrypt)
Sets whether assertions should be encrypted.
|
void |
setEncryptNameID(CryptoOperationRequirementLevel encrypt)
Sets whether NameIDs should be encrypted.
|
void |
setProxyCount(int count)
Gets the maximum number of times an assertion may be proxied.
|
getAssertionAudiences, getAssertionLifetime, getOutboundArtifactType, getSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResponses, includeConditionsNotBefore, setAssertionAudiences, setAssertionLifetime, setIncludeConditionsNotBefore, setOutboundArtifactType, setSecurityPolicy, setSignAssertions, setSigningCredential, setSignRequests, setSignResponses
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProfileId
protected AbstractSAML2ProfileConfiguration()
public SAML2AttributeAuthority getAttributeAuthority()
public void setAttributeAuthority(SAML2AttributeAuthority authority)
authority
- Attribute authority to usepublic CryptoOperationRequirementLevel getEncryptNameID()
public void setEncryptNameID(CryptoOperationRequirementLevel encrypt)
encrypt
- whether NameIDs should be encryptedpublic CryptoOperationRequirementLevel getEncryptAssertion()
public void setEncryptAssertion(CryptoOperationRequirementLevel encrypt)
encrypt
- whether assertions should be encryptedpublic int getProxyCount()
public void setProxyCount(int count)
count
- maximum number of times an assertion may be proxiedpublic Collection<String> getProxyAudiences()
Copyright © 1999–2014. All rights reserved.