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

B28174-01


oracle.security.xmlsec.saml2.ac
Class Generation.GenerationType

java.lang.Object
  extended byoracle.security.xmlsec.saml2.ac.Generation.GenerationType

Enclosing class:
Generation

public static class Generation.GenerationType
extends java.lang.Object

Represents the password generation mechanism.


Field Summary
static Generation.GenerationType AUTOMATIC
          UA or Authentically chooses the pasword - value of "automatic"
static Generation.GenerationType PRINCIPAL_CHOSEN
          Principal is allowed to choose the password - value of "principalchosen"

 

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

 

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

 

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

 

Field Detail

PRINCIPAL_CHOSEN

public static final Generation.GenerationType PRINCIPAL_CHOSEN
Principal is allowed to choose the password - value of "principalchosen"

AUTOMATIC

public static final Generation.GenerationType AUTOMATIC
UA or Authentically chooses the pasword - value of "automatic"

Constructor Detail

Generation.GenerationType

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

Method Detail

getValue

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

toString

public java.lang.String toString()
Returns a description of this GenerationType.
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 GenerationType 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.