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 -
Uses of UserDetailsJson in ca.cdr.api.priorauth
Methods in ca.cdr.api.priorauth that return UserDetailsJsonModifier and TypeMethodDescriptionPriorAuthCrdContextJson.getUserDetails()PriorAuthPasContextJson.getUserDetails()Methods in ca.cdr.api.priorauth with parameters of type UserDetailsJsonModifier and TypeMethodDescriptionvoidPriorAuthCrdContextJson.setUserDetails(UserDetailsJson theUserDetails) Constructors in ca.cdr.api.priorauth with parameters of type UserDetailsJsonModifierConstructorDescriptionPriorAuthPasContextJson(UserDetailsJson theUserDetailsJson, OAuth2ClientDetailsJson theOAuth2ClientDetailsJson)