Uses of Class
com.atlassian.confluence.plugins.easyuser.SignupMode

Packages that use SignupMode
com.atlassian.confluence.plugins.easyuser   
 

Uses of SignupMode in com.atlassian.confluence.plugins.easyuser
 

Methods in com.atlassian.confluence.plugins.easyuser that return SignupMode
 SignupMode EasyUserManager.getSignupMode()
          Returns the sign-up mode for this instance.
 SignupMode DefaultEasyUserManager.getSignupMode()
           
static SignupMode SignupMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SignupMode[] SignupMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.plugins.easyuser with parameters of type SignupMode
 void EasyUserManager.setSignupMode(SignupMode signupMode)
          Sets the sign-up mode for this instance.
 void DefaultEasyUserManager.setSignupMode(SignupMode signupMode)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.