Uses of Class
com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator.PasswordMode

Packages that use ApplicationEntityTranslator.PasswordMode
com.atlassian.crowd.plugin.rest.util   
 

Uses of ApplicationEntityTranslator.PasswordMode in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return ApplicationEntityTranslator.PasswordMode
static ApplicationEntityTranslator.PasswordMode ApplicationEntityTranslator.PasswordMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApplicationEntityTranslator.PasswordMode[] ApplicationEntityTranslator.PasswordMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type ApplicationEntityTranslator.PasswordMode
static ApplicationEntity ApplicationEntityTranslator.toApplicationEntity(Application application, com.atlassian.plugins.rest.common.Link link, ApplicationEntityTranslator.PasswordMode passwordMode)
          Translates from an Application to an ApplicationEntity.
 



Copyright © 2012 Atlassian. All Rights Reserved.