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 ObjectcontextUser context.private StringidentifierUser identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetContext()Returns the user context.StringgetIdentifier()Returns the user identifier.StringtoString()
-