issrg.acm
Interface PrivilegeEditor
- All Superinterfaces:
- Utility
- All Known Implementing Classes:
- AttributeEditor, PMIXMLPolicyEditor
public interface PrivilegeEditor
- extends Utility
The interface of which implementing classes provide suitable user
interface to edit and input Privileges: Attributes, Extensions, etc.
In addition to a usual Utility
, it has a
getOID()
method, which allows the caller to know the actual OID of the
attribute the utility can edit.
- Version:
- 1.0
- Author:
- A Otenko
Method Summary |
java.lang.String |
getName()
|
java.lang.String |
getOID()
This method should return the OID of the constructed entity,
in the dotted form. |
ASN1Type |
run(java.awt.Frame parentComponent,
java.util.Map env,
ASN1Type a,
Registry r)
|
getOID
java.lang.String getOID()
- This method should return the OID of the constructed entity,
in the dotted form.
getName
java.lang.String getName()
run
ASN1Type run(java.awt.Frame parentComponent,
java.util.Map env,
ASN1Type a,
Registry r)
throws ACCreationException
- Throws:
ACCreationException