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
AuthExceptionpublic static void secureResponse(javax.xml.rpc.handler.soap.SOAPMessageContext context, ServerAuthContext sAC) throws AuthException
AuthExceptionpublic static void secureRequest(javax.xml.rpc.handler.soap.SOAPMessageContext context, ClientAuthContext cAC, boolean isAppClient) throws AuthException
AuthExceptionpublic static boolean validateResponse(javax.xml.rpc.handler.soap.SOAPMessageContext context, ClientAuthContext cAC) throws AuthException
AuthExceptionpublic static void auditInvocation(javax.xml.rpc.handler.soap.SOAPMessageContext context, WebServiceEndpoint endpoint, boolean status)
Copyright © 2017. All rights reserved.