public class WebServiceSecurity extends Object
Constructor and Description |
---|
WebServiceSecurity() |
Modifier and Type | Method and Description |
---|---|
static void |
auditInvocation(javax.xml.rpc.handler.soap.SOAPMessageContext context,
WebServiceEndpoint endpoint,
boolean status) |
static void |
secureRequest(javax.xml.rpc.handler.soap.SOAPMessageContext context,
ClientAuthContext cAC,
boolean isAppClient) |
static void |
secureResponse(javax.xml.rpc.handler.soap.SOAPMessageContext context,
ServerAuthContext sAC) |
static boolean |
validateRequest(javax.xml.rpc.handler.soap.SOAPMessageContext context,
ServerAuthContext sAC) |
static boolean |
validateResponse(javax.xml.rpc.handler.soap.SOAPMessageContext context,
ClientAuthContext cAC) |
public static boolean validateRequest(javax.xml.rpc.handler.soap.SOAPMessageContext context, ServerAuthContext sAC) throws AuthException
AuthException
public static void secureResponse(javax.xml.rpc.handler.soap.SOAPMessageContext context, ServerAuthContext sAC) throws AuthException
AuthException
public static void secureRequest(javax.xml.rpc.handler.soap.SOAPMessageContext context, ClientAuthContext cAC, boolean isAppClient) throws AuthException
AuthException
public static boolean validateResponse(javax.xml.rpc.handler.soap.SOAPMessageContext context, ClientAuthContext cAC) throws AuthException
AuthException
public static void auditInvocation(javax.xml.rpc.handler.soap.SOAPMessageContext context, WebServiceEndpoint endpoint, boolean status)
Copyright © 2020. All rights reserved.