Module io.inverno.mod.security.ldap
Interface LDAPAuthentication
- All Superinterfaces:
Authentication
,GroupAwareAuthentication
,PrincipalAuthentication
LDAP user authentication.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.security.authentication.Authentication
getCause, isAnonymous, isAuthenticated
Methods inherited from interface io.inverno.mod.security.authentication.GroupAwareAuthentication
getGroups
-
Method Details
-
getUsername
String getUsername()Returns the user's uid.
- Specified by:
getUsername
in interfacePrincipalAuthentication
- Returns:
- a uid
-
getDN
String getDN()Returns the user's DN.
- Returns:
- a DN
-