| Modifier and Type | Method and Description |
|---|---|
com.sun.enterprise.common.iiop.security.SecurityContext |
SecurityMechanismSelector.evaluateTrust(com.sun.enterprise.common.iiop.security.SecurityContext ctx,
byte[] object_id,
Socket socket)
Called by the target to interpret client credentials after validation.
|
com.sun.enterprise.common.iiop.security.SecurityContext |
SecurityMechanismSelector.getSecurityContextForAppClient(org.glassfish.api.invocation.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.
|
com.sun.enterprise.common.iiop.security.SecurityContext |
SecurityMechanismSelector.getSecurityContextForWebOrEJB(org.glassfish.api.invocation.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.
|
static GSSUPToken |
GSSUPToken.getServerSideInstance(ORB orb,
Codec codec,
byte[] authtok)
Creates a GSSUPToken instance on the server side
|
com.sun.enterprise.common.iiop.security.SecurityContext |
SecurityMechanismSelector.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.
|
com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech |
SecurityMechanismSelector.selectSecurityMechanism(com.sun.corba.ee.spi.ior.IOR ior) |
Copyright © 2013. All Rights Reserved.