|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.security.provider.BaseSecurityPolicyFactory<RequestType>
org.opensaml.ws.security.provider.BasicSecurityPolicyFactory<RequestType>
RequestType
- the message request typepublic class BasicSecurityPolicyFactory<RequestType extends javax.servlet.ServletRequest>
Factory that produces BasicSecurityPolicy
instances.
Constructor Summary | |
---|---|
BasicSecurityPolicyFactory()
|
Method Summary | |
---|---|
SecurityPolicy<RequestType> |
createPolicyInstance()
Creates an instance of a policy. |
boolean |
isRequireAuthenticatedIssuer()
Gets whether the issuer of the message must be authenticated in order to pass this policy. |
void |
setRequireAuthenticatedIssuer(boolean require)
Sets whether the issuer of the message must be authenticated in order to pass this policy. |
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 BasicSecurityPolicyFactory()
Method Detail |
---|
public boolean isRequireAuthenticatedIssuer()
public void setRequireAuthenticatedIssuer(boolean require)
require
- whether the issuer of the message must be authenticated in order to pass this policypublic SecurityPolicy<RequestType> createPolicyInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |