Oracle Security Developer Tools SAML 1.0/1.1 Java API Reference
10g (10.1.4.0.1)

B28173-01


oracle.security.xmlsec.saml
Interface SAMLURI


public interface SAMLURI

Defines URI string constants for namespaces.


Field Summary
static java.lang.String action_ghpp
          Namespace URI for the SAML Action ghpp (get-head-put-post) "urn:oasis:names:tc:SAML:1.0:action:ghpp".
static java.lang.String action_rwedc
          Namespace URI for the SAML Action rwedc (read-write-execute-delete-control) "urn:oasis:names:tc:SAML:1.0:action:rwedc".
static java.lang.String action_rwedc_negation
          Namespace URI for the SAML Action rwedc (read-write-execute-delete-control) negation "urn:oasis:names:tc:SAML:1.0:action:rwedc-negation".
static java.lang.String action_unix
          URI identifying the SAML Action unix file permissions "urn:oasis:names:tc:SAML:1.0:action:unix".
static java.lang.String authentication_method_hardware_token
          URI identifying the Hardware Token Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:HardwareToken".
static java.lang.String authentication_method_kerberos
          URI identifying the Kerberos Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:1510".
static java.lang.String authentication_method_password
          URI identifying the Password Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:password".
static java.lang.String authentication_method_pgp
          URI identifying the PGP Public Key Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:PGP".
static java.lang.String authentication_method_spki
          URI identifying the SPKI Public Key Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:SPKI".
static java.lang.String authentication_method_srp
          URI identifying the Secure Remote Password Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:2945".
static java.lang.String authentication_method_ssltls
          URI identifying the SSL/TLS Certificate Based Client Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:2246".
static java.lang.String authentication_method_unspecified
          URI indicating that the authentication is performed by an unspecified means ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:3075".
static java.lang.String authentication_method_x509
          URI identifying the X.509 Public Key Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:X509-PKI".
static java.lang.String authentication_method_xkms
          URI identifying the XKMS Public Key Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:XKMS".
static java.lang.String authentication_method_xmldsig
          URI identifying the XML Digital Signature Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:3075".
static java.lang.String binding_soap
          Protocol Binding URI for SAML-over-SOAP "urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding".
static java.lang.String confirmation_method_artifact
          URI identifying the "SAML artifact" confirmation method "urn:oasis:names:tc:SAML:1.0::cm:artifact".
static java.lang.String confirmation_method_bearer
          URI identifying the "Bearer" confirmation method "urn:oasis:names:tc:SAML:1.0:cm:bearer".
static java.lang.String confirmation_method_holder_of_key
          URI identifying the "Holder of Key" confirmation method "urn:oasis:names:tc:SAML:1.0:cm:holder-of-key".
static java.lang.String confirmation_method_saml_artifact
          URI identifying the "SAML artifact" confirmation method "urn:oasis:names:tc:SAML:1.0::cm:artifact-01".
static java.lang.String confirmation_method_sender_vouches
          URI identifying the "Sender Vouches" confirmation method "urn:oasis:names:tc:SAML:1.0:cm:sender-vouches".
static java.lang.String ns_saml
          Namespace URI for the SAML namespace "urn:oasis:names:tc:SAML:1.0:assertion".
static java.lang.String ns_samlp
          Namespace URI for the SAML Protocol namespace "urn:oasis:names:tc:SAML:1.0:protocol".

 

Field Detail

ns_saml

public static final java.lang.String ns_saml
Namespace URI for the SAML namespace "urn:oasis:names:tc:SAML:1.0:assertion".
See Also:
Constant Field Values

ns_samlp

public static final java.lang.String ns_samlp
Namespace URI for the SAML Protocol namespace "urn:oasis:names:tc:SAML:1.0:protocol".
See Also:
Constant Field Values

binding_soap

public static final java.lang.String binding_soap
Protocol Binding URI for SAML-over-SOAP "urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding".
Since:
2.1
See Also:
Constant Field Values

action_rwedc

public static final java.lang.String action_rwedc
Namespace URI for the SAML Action rwedc (read-write-execute-delete-control) "urn:oasis:names:tc:SAML:1.0:action:rwedc".
See Also:
Constant Field Values

action_rwedc_negation

public static final java.lang.String action_rwedc_negation
Namespace URI for the SAML Action rwedc (read-write-execute-delete-control) negation "urn:oasis:names:tc:SAML:1.0:action:rwedc-negation".
See Also:
Constant Field Values

action_ghpp

public static final java.lang.String action_ghpp
Namespace URI for the SAML Action ghpp (get-head-put-post) "urn:oasis:names:tc:SAML:1.0:action:ghpp".
See Also:
Constant Field Values

action_unix

public static final java.lang.String action_unix
URI identifying the SAML Action unix file permissions "urn:oasis:names:tc:SAML:1.0:action:unix".
See Also:
Constant Field Values

authentication_method_password

public static final java.lang.String authentication_method_password
URI identifying the Password Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:password".
See Also:
Constant Field Values

authentication_method_kerberos

public static final java.lang.String authentication_method_kerberos
URI identifying the Kerberos Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:1510".
See Also:
Constant Field Values

authentication_method_srp

public static final java.lang.String authentication_method_srp
URI identifying the Secure Remote Password Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:2945".
See Also:
Constant Field Values

authentication_method_hardware_token

public static final java.lang.String authentication_method_hardware_token
URI identifying the Hardware Token Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:HardwareToken".
See Also:
Constant Field Values

authentication_method_ssltls

public static final java.lang.String authentication_method_ssltls
URI identifying the SSL/TLS Certificate Based Client Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:2246".
See Also:
Constant Field Values

authentication_method_x509

public static final java.lang.String authentication_method_x509
URI identifying the X.509 Public Key Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:X509-PKI".
See Also:
Constant Field Values

authentication_method_pgp

public static final java.lang.String authentication_method_pgp
URI identifying the PGP Public Key Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:PGP".
See Also:
Constant Field Values

authentication_method_spki

public static final java.lang.String authentication_method_spki
URI identifying the SPKI Public Key Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:SPKI".
See Also:
Constant Field Values

authentication_method_xkms

public static final java.lang.String authentication_method_xkms
URI identifying the XKMS Public Key Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:oasis:names:tc:SAML:1.0:am:XKMS".
See Also:
Constant Field Values

authentication_method_xmldsig

public static final java.lang.String authentication_method_xmldsig
URI identifying the XML Digital Signature Authentication Methods ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:3075".
See Also:
Constant Field Values

authentication_method_unspecified

public static final java.lang.String authentication_method_unspecified
URI indicating that the authentication is performed by an unspecified means ( AuthenticationMethod and SubjectConfirmationMethod): "urn:ietf:rfc:3075".
See Also:
Constant Field Values

confirmation_method_saml_artifact

public static final java.lang.String confirmation_method_saml_artifact
URI identifying the "SAML artifact" confirmation method "urn:oasis:names:tc:SAML:1.0::cm:artifact-01".
See Also:
Constant Field Values

confirmation_method_artifact

public static final java.lang.String confirmation_method_artifact
URI identifying the "SAML artifact" confirmation method "urn:oasis:names:tc:SAML:1.0::cm:artifact".
See Also:
Constant Field Values

confirmation_method_bearer

public static final java.lang.String confirmation_method_bearer
URI identifying the "Bearer" confirmation method "urn:oasis:names:tc:SAML:1.0:cm:bearer".
See Also:
Constant Field Values

confirmation_method_holder_of_key

public static final java.lang.String confirmation_method_holder_of_key
URI identifying the "Holder of Key" confirmation method "urn:oasis:names:tc:SAML:1.0:cm:holder-of-key".
See Also:
Constant Field Values

confirmation_method_sender_vouches

public static final java.lang.String confirmation_method_sender_vouches
URI identifying the "Sender Vouches" confirmation method "urn:oasis:names:tc:SAML:1.0:cm:sender-vouches".
See Also:
Constant Field Values

Oracle Security Developer Tools SAML 1.0/1.1 Java API Reference
10g (10.1.4.0.1)

B28173-01


Copyright © 2005, 2006 , Oracle. All rights reserved.