public enum EUserAuthorizationType extends Enum<EUserAuthorizationType>
| Enum Constant and Description | 
|---|
PASSWORD
Users must login with the password as setup in the form settings. 
 | 
USER
Users must login with a valid user account. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ETextbausteinMsgCode | 
getTemplate(Set<EUserAuthorizationType> type)  | 
static EUserAuthorizationType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EUserAuthorizationType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EUserAuthorizationType USER
public static final EUserAuthorizationType PASSWORD
public static EUserAuthorizationType[] values()
for (EUserAuthorizationType c : EUserAuthorizationType.values()) System.out.println(c);
public static EUserAuthorizationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ETextbausteinMsgCode getTemplate(Set<EUserAuthorizationType> type)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.