Class PrincipalSid
java.lang.Object
org.springframework.security.acls.domain.PrincipalSid
- All Implemented Interfaces:
Serializable
,Sid
Represents an
Authentication.getPrincipal()
as a Sid
.
This is a basic implementation that simply uses the String
-based principal
for Sid
comparison. More complex principal objects may wish to provide an
alternative Sid
implementation that uses some other identifier.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PrincipalSid
-
PrincipalSid
-
-
Method Details