Guvnor Workbench - WebApp 6.2.0.Beta1

org.guvnor.shared
Class GeneralSettings

java.lang.Object
  extended by org.guvnor.shared.GeneralSettings

@Portable
public class GeneralSettings
extends Object


Constructor Summary
GeneralSettings()
           
 
Method Summary
 String getName()
           
 boolean isCookieLoginAllowed()
           
 boolean isEnabled()
           
 boolean isRequireSSL()
           
 boolean isResetPassword()
           
 boolean isSocialLogin()
           
 boolean isUserAccountManagement()
           
 boolean isUserRegistration()
           
 boolean isVerifyEmail()
           
 void setCookieLoginAllowed(boolean cookieLoginAllowed)
           
 void setEnabled(boolean enabled)
           
 void setName(String name)
           
 void setRequireSSL(boolean requireSSL)
           
 void setResetPassword(boolean resetPassword)
           
 void setSocialLogin(boolean socialLogin)
           
 void setUserAccountManagement(boolean userAccountManagement)
           
 void setUserRegistration(boolean userRegistration)
           
 void setVerifyEmail(boolean verifyEmail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralSettings

public GeneralSettings()
Method Detail

getName

public String getName()

setName

public void setName(String name)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

isSocialLogin

public boolean isSocialLogin()

setSocialLogin

public void setSocialLogin(boolean socialLogin)

isUserRegistration

public boolean isUserRegistration()

setUserRegistration

public void setUserRegistration(boolean userRegistration)

isResetPassword

public boolean isResetPassword()

setResetPassword

public void setResetPassword(boolean resetPassword)

isVerifyEmail

public boolean isVerifyEmail()

setVerifyEmail

public void setVerifyEmail(boolean verifyEmail)

isUserAccountManagement

public boolean isUserAccountManagement()

setUserAccountManagement

public void setUserAccountManagement(boolean userAccountManagement)

isCookieLoginAllowed

public boolean isCookieLoginAllowed()

setCookieLoginAllowed

public void setCookieLoginAllowed(boolean cookieLoginAllowed)

isRequireSSL

public boolean isRequireSSL()

setRequireSSL

public void setRequireSSL(boolean requireSSL)

Guvnor Workbench - WebApp 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.