|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.AccessTestResults
Represents the results of an access test.
Indicates whether or not access is granted, and provides an explanation in terms of the EffectiveACEs that were relevant for each tested permission.
AccessRightsManager.accessTest(int, int, EffectiveACE[])| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
MatchedACE[] |
getExplanation()
Describes why access was granted or denied. |
int |
hashCode()
returns a unique hash for all instances of this type |
boolean |
isGranted()
Determines whether or not access was granted. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean isGranted()
public MatchedACE[] getExplanation()
MatchedACEpublic boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||