|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.binding.security.SAML2ProtocolMessageRuleFactory
public class SAML2ProtocolMessageRuleFactory
An implementation of SecurityPolicyRuleFactory
which generates rules which process SAML 2 messages and
extract relevant information out for use in other rules.
SAML2ProtocolMessageRuleFactory.SAML2ProtocolMessageRule
s pass if, and only if:
Issuer
s are of format NameIDType.ENTITY
or do not contain a formatRequestAbstractType
, orStatusResponseType
and
StatusResponseType
contains an Issuer
, orStatusResponseType
is a Response
and the Issuer
s within its Assertion
s are
identical
Nested Class Summary | |
---|---|
class |
SAML2ProtocolMessageRuleFactory.SAML2ProtocolMessageRule
An implementation of SecurityPolicyRule which processes SAML 2 messages and extracts relevant information
out for use in other rules. |
Constructor Summary | |
---|---|
SAML2ProtocolMessageRuleFactory()
|
Method Summary | |
---|---|
SecurityPolicyRule<javax.servlet.ServletRequest> |
createRuleInstance()
Creates an instance of a policy rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAML2ProtocolMessageRuleFactory()
Method Detail |
---|
public SecurityPolicyRule<javax.servlet.ServletRequest> createRuleInstance()
createRuleInstance
in interface SecurityPolicyRuleFactory<javax.servlet.ServletRequest>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |