public class SasHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
rebind(java.lang.String jndiName,
java.rmi.Remote remoteObj,
SasComponent sasComponent)
Allow to bind object to registry with a given SAS component.
|
public static void rebind(java.lang.String jndiName, java.rmi.Remote remoteObj, SasComponent sasComponent) throws javax.naming.NamingException
Use for CsiV2 policy binding
jndiName
- the name to bind for registryremoteObj
- the object to bindsasComponent
- the object containing CsiV2 compound sec mech configurationjavax.naming.NamingException
- if the bound cannot be done