com.sun.xml.wss.provider
Interface ModuleOptions

All Known Implementing Classes:
ClientSecurityAuthModule, ServerSecurityAuthModule, WssProviderAuthModule

public interface ModuleOptions


Field Summary
static String ALIASES
           
static String DEBUG
           
static String DYNAMIC_USERNAME_PASSWORD
           
static String ENCRYPTION_KEY_ALIAS
           
static String PASSWORDS
           
static String SECURITY_CONFIGURATION_FILE
           
static String SIGNING_KEY_ALIAS
           
 

Field Detail

SECURITY_CONFIGURATION_FILE

static final String SECURITY_CONFIGURATION_FILE
See Also:
Constant Field Values

ALIASES

static final String ALIASES
See Also:
Constant Field Values

PASSWORDS

static final String PASSWORDS
See Also:
Constant Field Values

DEBUG

static final String DEBUG
See Also:
Constant Field Values

SIGNING_KEY_ALIAS

static final String SIGNING_KEY_ALIAS
See Also:
Constant Field Values

ENCRYPTION_KEY_ALIAS

static final String ENCRYPTION_KEY_ALIAS
See Also:
Constant Field Values

DYNAMIC_USERNAME_PASSWORD

static final String DYNAMIC_USERNAME_PASSWORD
See Also:
Constant Field Values


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.