|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.codehaus.spice.xmlpolicy.metadata.PermissionMetaData
This class defines a keystore that is used when locating signers of a codebase.
Constructor Summary | |
PermissionMetaData(String classname,
String target,
String action,
String signedBy,
String keyStore)
Construct the permission meta data. |
Method Summary | |
String |
getAction()
Return the action of permission (may be null). |
String |
getClassname()
Return the name of permission class. |
String |
getKeyStore()
Return the key store to load signer from. |
String |
getSignedBy()
Return the principle name who signed the permission. |
String |
getTarget()
Return the action of permission (may be null). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PermissionMetaData(String classname, String target, String action, String signedBy, String keyStore)
classname
- the name of permission classtarget
- the target of permission (may be null)action
- the action of permission (may be null)Method Detail |
public String getClassname()
public String getTarget()
public String getAction()
public String getSignedBy()
public String getKeyStore()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |