|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.security.provider.BaseSecurityPolicyFactory<javax.servlet.ServletRequest>
org.opensaml.common.binding.security.SAMLSecurityPolicyFactory
public class SAMLSecurityPolicyFactory
Factory that produces SAMLSecurityPolicy
instances.
Constructor Summary | |
---|---|
SAMLSecurityPolicyFactory()
|
Method Summary | |
---|---|
SecurityPolicy<javax.servlet.ServletRequest> |
createPolicyInstance()
Creates an instance of a policy. |
java.lang.String |
getIssuerProtocol()
Gets the message protocol used by the issuer. |
javax.xml.namespace.QName |
getIssuerRole()
Gets the SAML role the issuer is meant to be operating in. |
boolean |
getRequiredAuthenticatedIssuer()
Gets whether the issuer of the message must be authenticated in order for the policy to pass. |
void |
setIssuerProtocol(java.lang.String protocol)
Sets the message protocol used by the issuer. |
void |
setIssuerRole(javax.xml.namespace.QName role)
Sets the SAML role the issuer is meant to be operating in. |
void |
setRequiredAuthenticatedIssuer(boolean required)
Sets whether the issuer of the message must be authenticated in order for the policy to pass. |
Methods inherited from class org.opensaml.ws.security.provider.BaseSecurityPolicyFactory |
---|
getPolicyRuleFactories, getPolicyRuleInstances, setPolicyRuleFactories |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLSecurityPolicyFactory()
Method Detail |
---|
public java.lang.String getIssuerProtocol()
public void setIssuerProtocol(java.lang.String protocol)
protocol
- message protocol used by the issuerpublic javax.xml.namespace.QName getIssuerRole()
public void setIssuerRole(javax.xml.namespace.QName role)
role
- SAML role the issuer is meant to be operating inpublic boolean getRequiredAuthenticatedIssuer()
public void setRequiredAuthenticatedIssuer(boolean required)
required
- whether the issuer of the message must be authenticated in order for the policy to passpublic SecurityPolicy<javax.servlet.ServletRequest> createPolicyInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |