|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.codehaus.spice.xmlpolicy.metadata.PolicyMetaData
This class defines the set of KeyStores and Grants in a policy declaration.
Constructor Summary | |
PolicyMetaData(KeyStoreMetaData[] keyStores,
GrantMetaData[] grants)
Create a policy with specific keystores and grants. |
Method Summary | |
GrantMetaData[] |
getGrants()
Return the grants that make up policy. |
KeyStoreMetaData[] |
getKeyStores()
Return the KeyStores associated with policy. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyMetaData(KeyStoreMetaData[] keyStores, GrantMetaData[] grants)
keyStores
- the key storesgrants
- the grantsMethod Detail |
public KeyStoreMetaData[] getKeyStores()
public GrantMetaData[] getGrants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |