Uses of Enum Class
com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator.PasswordMode
Packages that use ApplicationEntityTranslator.PasswordMode
-
Uses of ApplicationEntityTranslator.PasswordMode in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return ApplicationEntityTranslator.PasswordModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ApplicationEntityTranslator.PasswordMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type ApplicationEntityTranslator.PasswordModeModifier and TypeMethodDescriptionstatic ApplicationEntity
ApplicationEntityTranslator.toApplicationEntity
(Application application, com.atlassian.plugins.rest.api.model.Link link, ApplicationEntityTranslator.PasswordMode passwordMode) Translates from an Application to an ApplicationEntity.