public enum CxUserTypes extends Enum<CxUserTypes>
Java class for CxUserTypes.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CxUserTypes">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="None"/>
<enumeration value="Domain"/>
<enumeration value="Application"/>
<enumeration value="OpenID"/>
<enumeration value="SSO"/>
<enumeration value="LDAP"/>
<enumeration value="SAML"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APPLICATION |
DOMAIN |
LDAP |
NONE |
OPEN_ID |
SAML |
SSO |
| Modifier and Type | Method and Description |
|---|---|
static CxUserTypes |
fromValue(String v) |
String |
value() |
static CxUserTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxUserTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxUserTypes NONE
public static final CxUserTypes DOMAIN
public static final CxUserTypes APPLICATION
public static final CxUserTypes OPEN_ID
public static final CxUserTypes SSO
public static final CxUserTypes LDAP
public static final CxUserTypes SAML
public static CxUserTypes[] values()
for (CxUserTypes c : CxUserTypes.values()) System.out.println(c);
public static CxUserTypes 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 String value()
public static CxUserTypes fromValue(String v)
Copyright © 2020. All rights reserved.