| java.lang.Object com.sun.xml.wss.provider.WssProviderAuthModule
All known Subclasses: com.sun.xml.wss.provider.ClientSecurityAuthModule, com.sun.xml.wss.provider.ServerSecurityAuthModule,
REQUESTER_ISSUERNAME | final public static String REQUESTER_ISSUERNAME(Code) | | |
REQUESTER_KEYID | final public static String REQUESTER_KEYID(Code) | | |
REQUESTER_SERIAL | final public static String REQUESTER_SERIAL(Code) | | |
REQUESTER_SUBJECT | final public static String REQUESTER_SUBJECT(Code) | | |
configOptimizeAttribute | protected boolean configOptimizeAttribute(Code) | | |
optimize | protected int optimize(Code) | | |
WssProviderAuthModule | public WssProviderAuthModule()(Code) | | |
initialize | public void initialize(AuthPolicy requestPolicy, AuthPolicy responsePolicy, CallbackHandler handler, Map options, boolean isClientAuthModule)(Code) | | Initialization method for Client and Server Auth Modules
Parameters: requestPolicy - used to validate request on server side and to secure request on client side Parameters: responsePolicy - used to validate response on client sideand to secure response on server side Parameters: handler - CallbackHandler Parameters: options - Map of module options Parameters: isClientAuthModule - indicates if the current instance is client or server module throws: RuntimeException - |
resolveConfigurationState | public int resolveConfigurationState(AuthPolicy policy, boolean isRequestPolicy, boolean isClientAuthModule)(Code) | | Resolves the state of a policy object
Parameters: policy - AuthPolicy object whose state is to be resolved configurationStatereturns one of the possible states defined in ConfigurationStates throws: RuntimeException - |
|
|