Package org.ldaptive.auth
Class User
- java.lang.Object
-
- org.ldaptive.auth.User
-
public class User extends Object
Encapsulates the data needed to perform authentication for a user.
-
-
Field Summary
Fields Modifier and Type Field Description private Object
context
User context.private String
identifier
User identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getContext()
Returns the user context.String
getIdentifier()
Returns the user identifier.String
toString()
-