|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.SSLTools.AbsAccessDecision
Specifies access_allowed method signatures for decisions.

| Constructor Summary | |
AbsAccessDecision()
|
|
| Method Summary | |
abstract boolean |
access_allowed(java.lang.String operation)
Uses the operation (and may use security credentials) to make the access decision. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbsAccessDecision()
| Method Detail |
public abstract boolean access_allowed(java.lang.String operation)
operation - is a string representing the operation for which a decision
is asked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||