Interface UserStoreProvider.UserEntry
-
- Enclosing interface:
- UserStoreProvider
public static interface UserStoreProvider.UserEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributesgetAttributes()StringgetDN()Set<UserStoreProvider.GroupEntry>getGroups()StringgetName()StringgetStoreId()StringgetUid()
-
-
-
Method Detail
-
getName
String getName()
-
getDN
String getDN()
-
getUid
String getUid()
-
getStoreId
String getStoreId()
-
getGroups
Set<UserStoreProvider.GroupEntry> getGroups()
-
getAttributes
Attributes getAttributes()
-
-