Uses of Class
com.sun.enterprise.common.iiop.security.SecurityContext
-
Packages that use SecurityContext Package Description com.sun.enterprise.iiop.security -
-
Uses of SecurityContext in com.sun.enterprise.iiop.security
Methods in com.sun.enterprise.iiop.security that return SecurityContext Modifier and Type Method Description SecurityContextSecurityMechanismSelector. evaluateTrust(SecurityContext securityContext, byte[] objectId, Socket socket)Called by the target to interpret client credentials after validation.SecurityContextSecurityContextUtil. getSecurityContext(org.omg.CORBA.Object effectiveTarget)This is called by the CSIv2 interceptor on the client before sending the IIOP message.SecurityContextSecurityMechanismSelector. getSecurityContextForAppClient(ComponentInvocation ci, boolean sslUsed, boolean clientAuthOccurred, com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mechanism)Create the security context to be used by the CSIV2 layer to marshal in the service context of the IIOP message from an appclient or standalone client.SecurityContextSecurityMechanismSelector. getSecurityContextForWebOrEJB(ComponentInvocation ci, boolean sslUsed, boolean clientAuthOccurred, com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mechanism)Create the security context to be used by the CSIV2 layer to marshal in the service context of the IIOP message from an web component or EJB invoking another EJB.SecurityContextSecurityMechanismSelector. selectSecurityContext(com.sun.corba.ee.spi.ior.IOR ior)Select the security context to be used by the CSIV2 layer based on whether the current component is an application client or a web/EJB component.Methods in com.sun.enterprise.iiop.security with parameters of type SecurityContext Modifier and Type Method Description SecurityContextSecurityMechanismSelector. evaluateTrust(SecurityContext securityContext, byte[] objectId, Socket socket)Called by the target to interpret client credentials after validation.voidSecurityContextUtil. sendingReply(SecurityContext context)This is called by the CSIv2 interceptor on the server before sending the reply.intSecurityContextUtil. setSecurityContext(SecurityContext context, byte[] objectId, String method, Socket socket)This is called by the CSIv2 interceptor on the server after receiving the IIOP message.
-