Uses of Class
com.atlassian.crowd.directory.rest.entity.user.password.PasswordProfile
Packages that use PasswordProfile
-
Uses of PasswordProfile in com.atlassian.crowd.directory.rest.entity.user.password
Methods in com.atlassian.crowd.directory.rest.entity.user.password that return PasswordProfileModifier and TypeMethodDescriptionGraphUpdateUserPasswordEntity.getPasswordProfile()GraphUserWithPassword.getPasswordProfile()Constructors in com.atlassian.crowd.directory.rest.entity.user.password with parameters of type PasswordProfileModifierConstructorDescriptionGraphUpdateUserPasswordEntity(PasswordProfile passwordProfile) GraphUserWithPassword(String id, String displayName, String givenName, String mail, String surname, String userPrincipalName, Boolean accountEnabled, PasswordProfile passwordProfile)