Package io.asgardeo.java.oidc.sdk.bean
Class User
- java.lang.Object
-
- io.asgardeo.java.oidc.sdk.bean.User
-
- All Implemented Interfaces:
Serializable
public class User extends Object implements Serializable
A data model class to define the User element.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAttributes()Returns the attributes of the user.StringgetSubject()Returns the subject identifier of the user.
-