com.bea.p13n.security.management.credentials
Enum Credential.CredentialType

java.lang.Object
  extended by java.lang.Enum<Credential.CredentialType>
      extended by com.bea.p13n.security.management.credentials.Credential.CredentialType
All Implemented Interfaces
Serializable, Comparable<Credential.CredentialType>
Enclosing interface:
Credential

public static enum Credential.CredentialType
extends Enum<Credential.CredentialType>


Enum Constant Summary
USERNAME_PASSWORD_CREDENTIAL
           
 
Method Summary
static Credential.CredentialType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Credential.CredentialType[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

USERNAME_PASSWORD_CREDENTIAL

public static final Credential.CredentialType USERNAME_PASSWORD_CREDENTIAL
Method Detail

values

public static final Credential.CredentialType[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static Credential.CredentialType valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.