Skip navigation links

Oracle Fusion Middleware SAML 2.0 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10676-04


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

java.lang.Object
  extended by oracle.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.
Overrides:
toString in class java.lang.Object
Returns:
The String representation.

hashCode

public int hashCode()
Returns the hash code for this instance.
Overrides:
hashCode in class java.lang.Object
Returns:
The hash code.

equals

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

Skip navigation links

Oracle Fusion Middleware SAML 2.0 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10676-04


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