Package org.nuxeo.ecm.automation.jaxrs
Class LoginInfo
java.lang.Object
org.nuxeo.ecm.automation.jaxrs.LoginInfo
- Author:
- Bogdan Stefanescu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns a unique identifier to use to reference the original principal externally.boolean
-
Field Details
-
id
-
username
-
groups
-
isAdministrator
protected boolean isAdministrator
-
-
Constructor Details
-
LoginInfo
-
LoginInfo
- Since:
- 2025.9
-
-
Method Details
-
getId
Returns a unique identifier to use to reference the original principal externally.- Returns:
- A unique identifier
- Since:
- 2025.9
-
isAdministrator
public boolean isAdministrator() -
getUsername
-
getGroups
-