public interface PrincipalAttributesRepository
extends java.io.Serializable
PrincipalFactory| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes(Principal p)
Gets attributes for the given principal id.
|
java.util.Map<java.lang.String,java.lang.Object> getAttributes(Principal p)
p - the principal whose attributes need to be retrieved.