public class BaseAuthConfig extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BaseAuthConfig(ArrayList descriptors,
ArrayList authContexts) |
protected |
BaseAuthConfig(Object context) |
| Modifier and Type | Method and Description |
|---|---|
protected static AuthPolicy |
getAuthPolicy(ProtectionDescriptor pd) |
protected Object |
getContext(SOAPMessageContext soapMC) |
protected Object |
getContext(com.sun.xml.rpc.spi.runtime.StreamingHandler handler,
SOAPMessage message) |
protected Object |
getContextForOpCode(com.sun.xml.rpc.spi.runtime.StreamingHandler handler,
int opcode) |
QName[] |
getMechanisms() |
static Method |
getMethod(SOAPMessageContext soapMC) |
protected BaseAuthConfig(Object context)
protected static AuthPolicy getAuthPolicy(ProtectionDescriptor pd)
protected Object getContextForOpCode(com.sun.xml.rpc.spi.runtime.StreamingHandler handler, int opcode) throws ClassNotFoundException, NoSuchMethodException
protected Object getContext(com.sun.xml.rpc.spi.runtime.StreamingHandler handler, SOAPMessage message)
protected Object getContext(SOAPMessageContext soapMC)
public static Method getMethod(SOAPMessageContext soapMC)
public QName[] getMechanisms()
Copyright © 2017. All rights reserved.