org.opensaml.common.binding.security
public class StaticProtocolMesageRule extends StaticIssuerRule
Modifier and Type | Field and Description |
---|---|
private org.joda.time.DateTime |
issueInstant
Static issue instant to set.
|
private String |
messageID
Static message ID to set.
|
Modifier | Constructor and Description |
---|---|
protected |
StaticProtocolMesageRule(String newIssuer,
Boolean newIssuerAuthenticated,
String newMessageID,
org.joda.time.DateTime newIssueInstant)
Constructor.
|
private org.joda.time.DateTime issueInstant
private String messageID
protected StaticProtocolMesageRule(String newIssuer, Boolean newIssuerAuthenticated, String newMessageID, org.joda.time.DateTime newIssueInstant)
newIssuer
- the new issuernewIssuerAuthenticated
- the new issuer authenticated state to setnewMessageID
- the new message IDnewIssueInstant
- the new issue instantpublic void evaluate(MessageContext messageContext) throws SecurityPolicyException
evaluate
in interface SecurityPolicyRule
evaluate
in class StaticIssuerRule
SecurityPolicyException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.