|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sid
A security identity recognised by the ACL system.
This interface provides indirection between actual security objects (eg
principals, roles, groups etc) and what is stored inside an
Acl
. This is because an Acl
will not store an
entire security object, but only an abstraction of it. This interface
therefore provides a simple way to compare these abstracted security
identities with other security identities and actual security objects.
Method Summary | |
---|---|
boolean |
equals(Object obj)
Refer to the java.lang.Object documentation for the interface contract. |
int |
hashCode()
Refer to the java.lang.Object documentation for the interface contract. |
Method Detail |
---|
boolean equals(Object obj)
java.lang.Object
documentation for the interface contract.
equals
in class Object
obj
- to be compared
true
if the objects are equal, false
otherwiseint hashCode()
java.lang.Object
documentation for the interface contract.
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |