|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.util.csiv2.SasHelper
public class SasHelper
Utility class for binding object with Csiv2 policy
Method Summary | |
---|---|
static void |
rebind(java.lang.String jndiName,
java.rmi.Remote remoteObj,
SasComponent sasComponent)
Allow to bind object to registry with a given SAS component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 configuration
javax.naming.NamingException
- if the bound cannot be done
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |