org.jboss.identity.federation.core.saml.v2.constants
Enum JBossSAMLConstants
java.lang.Object
java.lang.Enum<JBossSAMLConstants>
org.jboss.identity.federation.core.saml.v2.constants.JBossSAMLConstants
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<JBossSAMLConstants>
public enum JBossSAMLConstants
- extends java.lang.Enum<JBossSAMLConstants>
SAML Constants
- Since:
- Dec 10, 2008
- Author:
- Anil.Saldhana@redhat.com
|
Method Summary |
java.lang.String |
get()
|
static JBossSAMLConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JBossSAMLConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
SIGNATURE_SHA1_WITH_DSA
public static final JBossSAMLConstants SIGNATURE_SHA1_WITH_DSA
SIGNATURE_SHA1_WITH_RSA
public static final JBossSAMLConstants SIGNATURE_SHA1_WITH_RSA
VERSION_2_0
public static final JBossSAMLConstants VERSION_2_0
values
public static final JBossSAMLConstants[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(JBossSAMLConstants c : JBossSAMLConstants.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static JBossSAMLConstants valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
get
public java.lang.String get()
Copyright © 2009 JBoss Inc.. All Rights Reserved.