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 MediumType

java.lang.Object
  extended by oracle.security.xmlsec.saml2.ac.MediumType


public class MediumType
extends java.lang.Object

Defines identifiers for various type of key storage medium.


Field Summary
static MediumType MEMORY
          Key is stored in memory - Value of "memory"
static MediumType MOBILE_AUTH_CARD
          Key is stored in a mobile authentication card - Value of "MobileAuthCard"
static MediumType MOBILE_DEVICE
          Key is stored in a mobile device - Value of "MobileDevice"
static MediumType SMARTCARD
          Key is stored in a smartcard - Value of "smartcard"
static MediumType TOKEN
          Key is stored in a hardware token - Value of "token"

 

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

 

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

 

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

 

Field Detail

MEMORY

public static final MediumType MEMORY
Key is stored in memory - Value of "memory"

SMARTCARD

public static final MediumType SMARTCARD
Key is stored in a smartcard - Value of "smartcard"

TOKEN

public static final MediumType TOKEN
Key is stored in a hardware token - Value of "token"

MOBILE_DEVICE

public static final MediumType MOBILE_DEVICE
Key is stored in a mobile device - Value of "MobileDevice"

MOBILE_AUTH_CARD

public static final MediumType MOBILE_AUTH_CARD
Key is stored in a mobile authentication card - Value of "MobileAuthCard"

Constructor Detail

MediumType

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

Method Detail

getValue

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

toString

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