type | description |
---|---|
KeyValue | A simple key value pair used to represent each user session attribute. keep it serializable and no need to do version control. |
UserProfile | Class representing management platform user profile information. Note. All attributes with public setters and getters that follow the standard Java bean naming conventions are exposed via the REST APIs. |
UserSession | Class representing a user session in the SDC management application. |
type | description |
---|---|
keyValue | A simple key value pair used to represent each user session attribute. keep it serializable and no need to do version control. |
resourcePermission | The resource permissions for our application. |
userProfile | Class representing management platform user profile information. Note. All attributes with public setters and getters that follow the standard Java bean naming conventions are exposed via the REST APIs. |
userSession | Class representing a user session in the SDC management application. |