Oracle Security Developer Tools SAML 2.0 Java API Reference
10g (10.1.4.0.1)

B28174-01


oracle.security.xmlsec.saml2.ac
Class NYM

java.lang.Object
  extended byoracle.security.xmlsec.saml2.ac.NYM


public class NYM
extends java.lang.Object

Defines identifiers that indicate whether or not the identification mechanisms allow the actions of the Principal to be linked to the actual end user.


Field Summary
static NYM ANONYMITY
          The enumerated "anonymity" value.
static NYM PSEUDONYMITY
          The enumerated "pseudonymity" value.
static NYM VERINYMITY
          The enumerated "verinymity" value.

 

Constructor Summary
NYM(java.lang.String value)
          Creates a new NYM object.

 

Method Summary
 boolean equals(java.lang.Object o)
          Compares this NYM object to the specified object.
 java.lang.String getValue()
          Returns the value of this NYM.
 int hashCode()
          Returns the hash code for this instance.
 java.lang.String toString()
          Returns a description of this NYM.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

ANONYMITY

public static final NYM ANONYMITY
The enumerated "anonymity" value.

VERINYMITY

public static final NYM VERINYMITY
The enumerated "verinymity" value.

PSEUDONYMITY

public static final NYM PSEUDONYMITY
The enumerated "pseudonymity" value.

Constructor Detail

NYM

public NYM(java.lang.String value)
Creates a new NYM object.
Parameters:
value - The String value of this NYM.

Method Detail

getValue

public java.lang.String getValue()
Returns the value of this NYM.
Returns:
The String value.

toString

public java.lang.String toString()
Returns a description of this NYM.
Returns:
The String representation.

hashCode

public int hashCode()
Returns the hash code for this instance.
Returns:
The hash code.

equals

public boolean equals(java.lang.Object o)
Compares this NYM object to the specified object.
Parameters:
o - The object to compare to.
Returns:
A boolean value.

Oracle Security Developer Tools SAML 2.0 Java API Reference
10g (10.1.4.0.1)

B28174-01


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