|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.security.provider.MandatoryAuthenticatedMessageRule
public class MandatoryAuthenticatedMessageRule
Security policy rule that requires that a message has been authenticated.
Constructor Summary | |
---|---|
MandatoryAuthenticatedMessageRule()
|
Method Summary | |
---|---|
void |
evaluate(MessageContext messageContext)
Evaluates the message context against the rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MandatoryAuthenticatedMessageRule()
Method Detail |
---|
public void evaluate(MessageContext messageContext) throws SecurityPolicyException
evaluate
in interface SecurityPolicyRule
messageContext
- the message context being evaluated
SecurityPolicyException
- thrown if the message context does not meet the requirements of the rule,
or if there is a non-recoverable error during evaluation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |