org.apache.synapse.securevault
Class SecurityConstants

java.lang.Object
  extended by org.apache.synapse.securevault.SecurityConstants

public class SecurityConstants
extends Object


Field Summary
static String PASSWORD_MANAGER_CAP
           
static String PASSWORD_MANAGER_SIMPLE
           
static String PASSWORD_PROVIDER_CAP
           
static String PASSWORD_PROVIDER_SIMPLE
           
static String PROP_PASSWORD
           
static String PROP_PASSWORD_PROMPT
           
static String PROP_SECRET_CALLBACK_HANDLER
           
static String PROP_SECRET_MANAGER_ADMIN_MBEAN
           
static String PROP_SECURITY_ADMIN_SERVICES
           
static String PROP_USER_NAME
           
static String PROTECTED_TOKENS_CAP
           
static String PROTECTED_TOKENS_SIMPLE
           
 
Constructor Summary
SecurityConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_USER_NAME

public static final String PROP_USER_NAME
See Also:
Constant Field Values

PROP_PASSWORD

public static final String PROP_PASSWORD
See Also:
Constant Field Values

PROP_PASSWORD_PROMPT

public static final String PROP_PASSWORD_PROMPT
See Also:
Constant Field Values

PROP_SECRET_CALLBACK_HANDLER

public static final String PROP_SECRET_CALLBACK_HANDLER
See Also:
Constant Field Values

PROP_SECURITY_ADMIN_SERVICES

public static final String PROP_SECURITY_ADMIN_SERVICES
See Also:
Constant Field Values

PROP_SECRET_MANAGER_ADMIN_MBEAN

public static final String PROP_SECRET_MANAGER_ADMIN_MBEAN
See Also:
Constant Field Values

PASSWORD_MANAGER_SIMPLE

public static final String PASSWORD_MANAGER_SIMPLE
See Also:
Constant Field Values

PASSWORD_PROVIDER_SIMPLE

public static final String PASSWORD_PROVIDER_SIMPLE
See Also:
Constant Field Values

PROTECTED_TOKENS_SIMPLE

public static final String PROTECTED_TOKENS_SIMPLE
See Also:
Constant Field Values

PASSWORD_MANAGER_CAP

public static final String PASSWORD_MANAGER_CAP
See Also:
Constant Field Values

PASSWORD_PROVIDER_CAP

public static final String PASSWORD_PROVIDER_CAP
See Also:
Constant Field Values

PROTECTED_TOKENS_CAP

public static final String PROTECTED_TOKENS_CAP
See Also:
Constant Field Values
Constructor Detail

SecurityConstants

public SecurityConstants()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.