|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
public abstract class AbstractSAMLProfileConfigurationFactoryBean
Base Spring factory bean for creating SAML profile configurations.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
AbstractSAMLProfileConfigurationFactoryBean()
|
Method Summary | |
---|---|
long |
getAssertionLifetime()
Gets the amount of time, in milliseconds, before an issued assertion expires. |
List<String> |
getAudiences()
Gets the audiences of issued assertions. |
byte[] |
getOutboundArtifactType()
Gets the 2-byte artifact type used for outbound messages. |
org.opensaml.ws.security.SecurityPolicy |
getProfileSecurityPolicy()
Gets the security policy for this profile. |
CryptoOperationRequirementLevel |
getSignAssertions()
Gets whether assertions should be signed. |
org.opensaml.xml.security.credential.Credential |
getSigningCredential()
Gets the credential used to sign assertions. |
CryptoOperationRequirementLevel |
getSignRequests()
Gets whether to sign protocol requests. |
CryptoOperationRequirementLevel |
getSignResposnes()
Gets whether to sign protocol responses. |
protected void |
populateBean(AbstractSAMLProfileConfiguration configuration)
Populates the given profile configuration with standard information. |
void |
setAssertionLifetime(long lifetime)
Sets the amount of time before an issued assertion expires. |
void |
setAudiences(List<String> newAudiences)
Sets the audiences of issued assertions. |
void |
setOutboundArtifactType(byte[] type)
Sets the 2-byte artifact type used for outbound messages. |
void |
setProfileSecurityPolicy(org.opensaml.ws.security.SecurityPolicy policy)
Sets the security policy for this profile. |
void |
setSignAssertions(CryptoOperationRequirementLevel sign)
Sets whether assertions should be signed. |
void |
setSigningCredential(org.opensaml.xml.security.credential.Credential credential)
Sets the credential used to sign assertions. |
void |
setSignRequests(CryptoOperationRequirementLevel sign)
Sets whether to sign protocol requests. |
void |
setSignResponses(CryptoOperationRequirementLevel sign)
Sets whether to sign protocol responses. |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSAMLProfileConfigurationFactoryBean()
Method Detail |
---|
public long getAssertionLifetime()
public List<String> getAudiences()
public byte[] getOutboundArtifactType()
public org.opensaml.ws.security.SecurityPolicy getProfileSecurityPolicy()
public CryptoOperationRequirementLevel getSignAssertions()
public org.opensaml.xml.security.credential.Credential getSigningCredential()
public CryptoOperationRequirementLevel getSignRequests()
public CryptoOperationRequirementLevel getSignResposnes()
public void setAssertionLifetime(long lifetime)
lifetime
- amount of time before an issued assertion expirespublic void setAudiences(List<String> newAudiences)
newAudiences
- audiences of issued assertionspublic void setOutboundArtifactType(byte[] type)
type
- 2-byte artifact type used for outbound messagespublic void setProfileSecurityPolicy(org.opensaml.ws.security.SecurityPolicy policy)
policy
- security policy for this profilepublic void setSignAssertions(CryptoOperationRequirementLevel sign)
sign
- whether assertions should be signedpublic void setSigningCredential(org.opensaml.xml.security.credential.Credential credential)
credential
- credential used to sign assertionspublic void setSignRequests(CryptoOperationRequirementLevel sign)
sign
- whether to sign protocol requestspublic void setSignResponses(CryptoOperationRequirementLevel sign)
sign
- whether to sign protocol responsesprotected void populateBean(AbstractSAMLProfileConfiguration configuration)
configuration
- configuration to populate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |