Uses of Class
ca.cdr.api.model.json.UserDetailsJson
Packages that use UserDetailsJson
-
Uses of UserDetailsJson in ca.cdr.api.model.json
Subclasses of UserDetailsJson in ca.cdr.api.model.jsonMethods in ca.cdr.api.model.json that return UserDetailsJsonModifier and TypeMethodDescriptionUserDetailsJson.addAuthority
(PermissionEnum thePermission) UserDetailsJson.clone()
UserDetailsJson.setAuthorities
(Collection<GrantedAuthorityJson> theAuthorities) UserDetailsJson.setFamilyName
(String theFamilyName) UserDetailsJson.setGivenName
(String theGivenName) UserDetailsJson.setModuleId
(String theModuleId) UserDetailsJson.setPassword
(String thePassword) UserDetailsJson.setSystemUser
(boolean theSystemUser) UserDetailsJson.setTwoFactorAuthStatus
(UserTwoFactorAuthEnum theTwoFactorAuthStatus) UserDetailsJson.setUsername
(String theUsername) Constructors in ca.cdr.api.model.json with parameters of type UserDetailsJsonModifierConstructorDescriptionUserDetailsJson
(UserDetailsJson theCopyObject) ConstructorUserSessionDetailsJson
(UserDetailsJson theCopyObject) Copy Constructor