|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.ws.security.provider.MandatoryIssuerRule
public class MandatoryIssuerRule
Security policy rule implementation that which requires that an inbound message context issuer has been set by a previous rule. Should typically run at the end of the security policy rule chain.
| Constructor Summary | |
|---|---|
MandatoryIssuerRule()
|
|
| 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 MandatoryIssuerRule()
| Method Detail |
|---|
public void evaluate(MessageContext messageContext)
throws SecurityPolicyException
evaluate in interface SecurityPolicyRulemessageContext - 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 | |||||||||