public abstract class AbstractSAML2ProfileConfiguration extends AbstractSAMLProfileConfiguration
修飾子 | コンストラクタと説明 |
---|---|
protected |
AbstractSAML2ProfileConfiguration()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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, setAssertionAudiences, setAssertionLifetime, 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 © 2012. All Rights Reserved.