Package xal.rbac
Class RBACUserInfo
java.lang.Object
xal.rbac.RBACUserInfo
RBACLoginInfo
provides RBAC login details such as username.- Author:
- Blaz Kranjc
-
Constructor Summary
ConstructorsConstructorDescriptionRBACUserInfo
(String username, String firstName, String lastName) Constructor of RBACLoginInfo object. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RBACUserInfo
Constructor of RBACLoginInfo object.- Parameters:
username
- Username of the RBAC user, must not be empty or null.firstName
- First name of the RBAC user.lastName
- Last name of the RBAC user.- Throws:
IllegalArgumentException
- if username is empty or null
-
-
Method Details
-
getUsername
-
getFirstName
-
getLastName
-