JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.acegisecurity.acls.sid
Interface Sid
All Known Implementing Classes:
GrantedAuthoritySid
,
PrincipalSid
public interface
Sid
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
equals
(
Object
obj)
int
hashCode
()
Method Details
equals
boolean
equals
(
Object
obj)
Overrides:
equals
in class
Object
hashCode
int
hashCode
()
Overrides:
hashCode
in class
Object