com.sun.xml.wss.provider
Interface ModuleOptions

All Known Implementing Classes:
ClientSecurityAuthModule, ServerSecurityAuthModule, WssProviderAuthModule

public interface ModuleOptions


Field Summary
static java.lang.String ALIASES
           
static java.lang.String DEBUG
           
static java.lang.String DYNAMIC_USERNAME_PASSWORD
           
static java.lang.String ENCRYPTION_KEY_ALIAS
           
static java.lang.String PASSWORDS
           
static java.lang.String SECURITY_CONFIGURATION_FILE
           
static java.lang.String SIGNING_KEY_ALIAS
           
 

Field Detail

SECURITY_CONFIGURATION_FILE

static final java.lang.String SECURITY_CONFIGURATION_FILE
See Also:
Constant Field Values

ALIASES

static final java.lang.String ALIASES
See Also:
Constant Field Values

PASSWORDS

static final java.lang.String PASSWORDS
See Also:
Constant Field Values

DEBUG

static final java.lang.String DEBUG
See Also:
Constant Field Values

SIGNING_KEY_ALIAS

static final java.lang.String SIGNING_KEY_ALIAS
See Also:
Constant Field Values

ENCRYPTION_KEY_ALIAS

static final java.lang.String ENCRYPTION_KEY_ALIAS
See Also:
Constant Field Values

DYNAMIC_USERNAME_PASSWORD

static final java.lang.String DYNAMIC_USERNAME_PASSWORD
See Also:
Constant Field Values


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