class com.tibco.amma.was.security.SecurityContextInterface methods to access and forward security-related information associated with message exchanges.Programs do not create instances of SecurityContext. Instead, web server programs use its static methods to get information from existing message exchange objects, and transfer (forward) security context information to new outbound request messages.
static Map<String,String> getAttributesFromJaxRPCContext(
Copy the user attributes from the security context in this servlet endpoint context object.For information about ServletEndpointContext, see java.sun.com/webservices/docs/1.5/api/javax/xml/rpc/server/ServletEndpointContext.htmlstatic List<String> getRolesFromJaxRPCContext(
Copy the user roles from the security context in this servlet endpoint context object.For information about ServletEndpointContext, see java.sun.com/webservices/docs/1.5/api/javax/xml/rpc/server/ServletEndpointContext.htmlstatic void setSecurityContextForJaxRPC(This method copies the security context information from a servlet endpoint context object onto an outbound request message.
Copy the security context to this call object (setting a property of the call). Copy the security context from this endpoint context object.For information about ServletEndpointContext, see java.sun.com/webservices/docs/1.5/api/javax/xml/rpc/server/ServletEndpointContext.htmlFor information about JAX-RPC Call objects, see http://java.sun.com/j2ee/1.4/docs/api/javax/xml/rpc/Call.htmlstatic Map<String,String> getAttributesFromJaxWSContext(
Copy the user attributes from the security context in this web service context object.For information about WebServiceContext, see java.sun.com/javase/6/docs/api/javax/xml/ws/WebServiceContext.htmlstatic List<String> getRolesFromJaxWSContext(
Copy the user roles from the security context in this web service context object.For information about WebServiceContext, see java.sun.com/javase/6/docs/api/javax/xml/ws/WebServiceContext.htmlstatic void setSecurityContextForJaxWS(This method copies the security context information from a web service context object onto an outbound request message.
Copy the security context to this outbound request message. For information about WebServiceContext, see java.sun.com/javase/6/docs/api/javax/xml/ws/WebServiceContext.html
Copyright © TIBCO Software Inc. All Rights Reserved.