com.sun.xml.ws.security.impl
Class WebServiceContextSecurityDelegate
java.lang.Object
com.sun.xml.ws.security.impl.WebServiceContextSecurityDelegate
- All Implemented Interfaces:
- com.sun.xml.ws.api.server.WebServiceContextDelegate
public class WebServiceContextSecurityDelegate
- extends Object
- implements com.sun.xml.ws.api.server.WebServiceContextDelegate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceContextSecurityDelegate
public WebServiceContextSecurityDelegate(com.sun.xml.ws.api.server.WebServiceContextDelegate delegate)
getUserPrincipal
public Principal getUserPrincipal(com.sun.xml.ws.api.message.Packet packet)
- Specified by:
getUserPrincipal in interface com.sun.xml.ws.api.server.WebServiceContextDelegate
isUserInRole
public boolean isUserInRole(com.sun.xml.ws.api.message.Packet arg0,
String role)
- Specified by:
isUserInRole in interface com.sun.xml.ws.api.server.WebServiceContextDelegate
getEPRAddress
public String getEPRAddress(com.sun.xml.ws.api.message.Packet arg0,
com.sun.xml.ws.api.server.WSEndpoint arg1)
- Specified by:
getEPRAddress in interface com.sun.xml.ws.api.server.WebServiceContextDelegate
getWSDLAddress
public String getWSDLAddress(com.sun.xml.ws.api.message.Packet arg0,
com.sun.xml.ws.api.server.WSEndpoint arg1)
- Specified by:
getWSDLAddress in interface com.sun.xml.ws.api.server.WebServiceContextDelegate
Copyright © 2005-2014 Oracle Corporation. All Rights Reserved.