public static enum CasClient.CasProtocol extends Enum<CasClient.CasProtocol>
| Enum Constant and Description |
|---|
CAS10 |
CAS20 |
CAS20_PROXY |
CAS30 |
CAS30_PROXY |
SAML |
| Modifier and Type | Method and Description |
|---|---|
static CasClient.CasProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CasClient.CasProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CasClient.CasProtocol CAS10
public static final CasClient.CasProtocol CAS20
public static final CasClient.CasProtocol CAS20_PROXY
public static final CasClient.CasProtocol CAS30
public static final CasClient.CasProtocol CAS30_PROXY
public static final CasClient.CasProtocol SAML
public static CasClient.CasProtocol[] values()
for (CasClient.CasProtocol c : CasClient.CasProtocol.values()) System.out.println(c);
public static CasClient.CasProtocol 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 nullCopyright © 2016. All Rights Reserved.