Dekoh platform API

dekoh.portal.password
Class SecurePasswordStore.MasterPasswordPolicy

java.lang.Object
  extended by java.lang.Enum
      extended by dekoh.portal.password.SecurePasswordStore.MasterPasswordPolicy
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
SecurePasswordStore

public static final class SecurePasswordStore.MasterPasswordPolicy
extends Enum

See Also:
Serialized Form

Field Summary
static SecurePasswordStore.MasterPasswordPolicy SYSTEM_GENERATED
           
static SecurePasswordStore.MasterPasswordPolicy USER_PROVIDED
           
 
Method Summary
static SecurePasswordStore.MasterPasswordPolicy valueOf(String name)
           
static SecurePasswordStore.MasterPasswordPolicy[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SYSTEM_GENERATED

public static final SecurePasswordStore.MasterPasswordPolicy SYSTEM_GENERATED

USER_PROVIDED

public static final SecurePasswordStore.MasterPasswordPolicy USER_PROVIDED
Method Detail

values

public static final SecurePasswordStore.MasterPasswordPolicy[] values()

valueOf

public static SecurePasswordStore.MasterPasswordPolicy valueOf(String name)

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers