public static enum MarshalledCredentials.CredentialTypeRequired extends Enum<MarshalledCredentials.CredentialTypeRequired>
| Enum Constant and Description |
|---|
AnyIncludingEmpty
Any credential type including "unset".
|
AnyNonEmpty
Any credential type is OK.
|
Empty
No entry at all.
|
FullOnly
Full credentials are required.
|
SessionOnly
The credentials must be session or role credentials.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
String |
toString() |
static MarshalledCredentials.CredentialTypeRequired |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarshalledCredentials.CredentialTypeRequired[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarshalledCredentials.CredentialTypeRequired Empty
public static final MarshalledCredentials.CredentialTypeRequired AnyIncludingEmpty
public static final MarshalledCredentials.CredentialTypeRequired AnyNonEmpty
public static final MarshalledCredentials.CredentialTypeRequired SessionOnly
public static final MarshalledCredentials.CredentialTypeRequired FullOnly
public static MarshalledCredentials.CredentialTypeRequired[] values()
for (MarshalledCredentials.CredentialTypeRequired c : MarshalledCredentials.CredentialTypeRequired.values()) System.out.println(c);
public static MarshalledCredentials.CredentialTypeRequired 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 getText()
public String toString()
toString in class Enum<MarshalledCredentials.CredentialTypeRequired>Copyright © 2008–2024 Apache Software Foundation. All rights reserved.