|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.codehaus.spice.xmlpolicy.metadata.GrantMetaData
This class defines a keystore that is used when locating signers of a codebase.
| Constructor Summary | |
GrantMetaData(String codebase,
String signedBy,
String keyStore,
PermissionMetaData[] permissions)
Construct a grant. |
|
| Method Summary | |
String |
getCodebase()
Return the code base for grant. |
String |
getKeyStore()
Return the key store to load signer from. |
PermissionMetaData[] |
getPermissions()
Return the set of permissions associated with grant. |
String |
getSignedBy()
Return the signer for grant. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GrantMetaData(String codebase,
String signedBy,
String keyStore,
PermissionMetaData[] permissions)
codebase - the codebase grant is aboutsignedBy - who signed the codebasekeyStore - the name of the keystore the signer is loaded frompermissions - the set of permissions associated with grant| Method Detail |
public String getCodebase()
public String getSignedBy()
public String getKeyStore()
public PermissionMetaData[] getPermissions()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||