|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedPermisRBACMBean
The declaration of the management-information.
this interface specifies the instrumentation provided by the managed PERMIS, to the PERMIS manager.
These methods must be implemented by the managed PERMIS installation and are the method called by the PERMIS manager via the JMX / MBean server mechanism.
Method Summary | |
---|---|
java.lang.String |
updatePolicy(java.lang.String xmlPolicy)
Method for updating the policy from a String object. |
java.lang.String |
updatePolicy(java.lang.String policyName,
byte[] policyACbyteArray)
The policy update method. |
java.lang.String |
updatePolicyFromLDAP(java.lang.String policyName,
java.lang.String host,
java.lang.Integer port,
java.lang.String aCName,
java.lang.String version)
The update LDAP method. |
java.lang.String |
updatePolicyFromWebDAV(java.lang.String policyName,
java.lang.String host,
java.lang.Integer port)
The update WebDAV method. |
Method Detail |
---|
java.lang.String updatePolicy(java.lang.String policyName, byte[] policyACbyteArray) throws PbaException
policyName
- unique policy name (normally an object identifier)policyACbyteArray
- the Attribute Certificate containing the policy
PbaException
- if one it thrown during the update Processjava.lang.String updatePolicyFromWebDAV(java.lang.String policyName, java.lang.String host, java.lang.Integer port) throws PbaException
policyName
- unique policy name (normally an object identifier)host
- location of the WebDAV directoryport
- number of the WebDAV directory
PbaException
- if one it thrown during the update Processjava.lang.String updatePolicyFromLDAP(java.lang.String policyName, java.lang.String host, java.lang.Integer port, java.lang.String aCName, java.lang.String version) throws PbaException
policyName
- unique policy name (normally an object identifier)host
- location of the LDAP directoryport
- number of the LDAP directoryaCName
- LDAP attribute name use to identify Attribute Certificate
entriesversion
- of the LDAP installation
PbaException
- if one is thrown during the update Processjava.lang.String updatePolicy(java.lang.String xmlPolicy) throws PbaException
xmlPolicy
- a String containing the new policy
PbaException
- if something went wrong during the update process
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |