org.jboss.identity.federation.core.saml.v2.constants
Enum JBossSAMLURIConstants
java.lang.Object
java.lang.Enum<JBossSAMLURIConstants>
org.jboss.identity.federation.core.saml.v2.constants.JBossSAMLURIConstants
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<JBossSAMLURIConstants>
public enum JBossSAMLURIConstants
- extends java.lang.Enum<JBossSAMLURIConstants>
Define the constants based on URI
- Since:
- Dec 10, 2008
- Author:
- Anil.Saldhana@redhat.com
|
Method Summary |
java.lang.String |
get()
|
static JBossSAMLURIConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JBossSAMLURIConstants[] |
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 |
AC_PASSWORD_PROTECTED_TRANSPORT
public static final JBossSAMLURIConstants AC_PASSWORD_PROTECTED_TRANSPORT
ASSERTION_NSURI
public static final JBossSAMLURIConstants ASSERTION_NSURI
ATTRIBUTE_FORMAT_BASIC
public static final JBossSAMLURIConstants ATTRIBUTE_FORMAT_BASIC
NAMEID_FORMAT_TRANSIENT
public static final JBossSAMLURIConstants NAMEID_FORMAT_TRANSIENT
NAMEID_FORMAT_PERSISTENT
public static final JBossSAMLURIConstants NAMEID_FORMAT_PERSISTENT
PROTOCOL_NSURI
public static final JBossSAMLURIConstants PROTOCOL_NSURI
SIGNATURE_DSA_SHA1
public static final JBossSAMLURIConstants SIGNATURE_DSA_SHA1
SIGNATURE_RSA_SHA1
public static final JBossSAMLURIConstants SIGNATURE_RSA_SHA1
SUBJECT_CONFIRMATION_BEARER
public static final JBossSAMLURIConstants SUBJECT_CONFIRMATION_BEARER
STATUS_AUTHNFAILED
public static final JBossSAMLURIConstants STATUS_AUTHNFAILED
STATUS_REQUESTOR
public static final JBossSAMLURIConstants STATUS_REQUESTOR
STATUS_RESPONDER
public static final JBossSAMLURIConstants STATUS_RESPONDER
STATUS_SUCCESS
public static final JBossSAMLURIConstants STATUS_SUCCESS
STATUS_VERSION_MISMATCH
public static final JBossSAMLURIConstants STATUS_VERSION_MISMATCH
TRANSFORM_ENVELOPED_SIGNATURE
public static final JBossSAMLURIConstants TRANSFORM_ENVELOPED_SIGNATURE
TRANSFORM_C14N_EXCL_OMIT_COMMENTS
public static final JBossSAMLURIConstants TRANSFORM_C14N_EXCL_OMIT_COMMENTS
XMLSCHEMA_NSURI
public static final JBossSAMLURIConstants XMLSCHEMA_NSURI
XMLDSIG_NSURI
public static final JBossSAMLURIConstants XMLDSIG_NSURI
XMLENC_NSURI
public static final JBossSAMLURIConstants XMLENC_NSURI
values
public static final JBossSAMLURIConstants[] 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(JBossSAMLURIConstants c : JBossSAMLURIConstants.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static JBossSAMLURIConstants 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.