|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ponder2.policy.AuthPolicyHolder
public class AuthPolicyHolder
| Constructor Summary | |
|---|---|
AuthPolicyHolder()
|
|
| Method Summary | |
|---|---|
AuthorisationPolicy |
getIncomingAuthPol()
to retrieve the policy used in the incoming part of a request |
AuthorisationPolicy |
getOutgoingAuthPol()
to retrieve the policy used in the outgoing part of a request |
void |
setIncomingAuthPol(AuthorisationPolicy authPol)
to set the policy used in the incoming request |
void |
setOutgoingAuthPol(AuthorisationPolicy outgoingAuthPol)
to set the policy used for the outgoing part of the request |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthPolicyHolder()
| Method Detail |
|---|
public AuthorisationPolicy getIncomingAuthPol()
public void setIncomingAuthPol(AuthorisationPolicy authPol)
authPol - the policy to be heldpublic AuthorisationPolicy getOutgoingAuthPol()
public void setOutgoingAuthPol(AuthorisationPolicy outgoingAuthPol)
outgoingAuthPol -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||