public class User extends Object implements Serializable
| Constructor and Description |
|---|
User(String subject,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes()
Returns the attributes of the user.
|
String |
getSubject()
Returns the subject identifier of the user.
|
Copyright © 2021 WSO2. All rights reserved.