| Package | Description |
|---|---|
| com.sun.enterprise.iiop.security |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
SecurityContextUtil.getSecurityContext(Object effectiveTarget)
This is called by the CSIv2 interceptor on the client before sending the IIOP message.
|
SecurityContext |
SecurityMechanismSelector.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.
|
SecurityContext |
SecurityMechanismSelector.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.
|
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.
|
Copyright © 2019. All rights reserved.