|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.security.SecurityPolicyContext
public class SecurityPolicyContext
Stores state that is maintained by SecurityPolicy
instances, and which is used in the evaluation of
SecurityPolicyRule
's.
Constructor Summary | |
---|---|
SecurityPolicyContext()
|
Method Summary | |
---|---|
java.lang.String |
getIssuer()
Get the issuer as determined by the security policy evaluation. |
java.lang.Boolean |
isIssuerAuthenticated()
Gets whether the message issuer was authenticated. |
void |
setIssuer(java.lang.String newIssuer)
Set the issuer as determined by the security policy evaluation. |
void |
setIssuerAuthenticated(boolean authenticated)
Sets whether the message issuer was authenticated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityPolicyContext()
Method Detail |
---|
public java.lang.String getIssuer()
public void setIssuer(java.lang.String newIssuer)
newIssuer
- the new issuer value to storepublic java.lang.Boolean isIssuerAuthenticated()
Boolean.TRUE
if the issuer was authenticated, Boolean.FALSE
if the issuer failed
authentication, or null if no authentication was attemptedpublic void setIssuerAuthenticated(boolean authenticated)
authenticated
- true
if the issuer was authenticated, false
if the issuer
failed authentication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |