|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.management.manager.PManagement issrg.pba.management.manager.keyStoreSource.FilePManagement
public class FilePManagement
This class is a PManagement model that stores its key stores in files on the local file store.
The associated configuration class is FilePMConfiguration.
And it adds two properties, the identityStoreFileName and the trustStoreFileName.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class issrg.pba.management.manager.PManagement |
---|
PManagement.PMAgentReference |
Constructor Summary | |
---|---|
FilePManagement(java.util.Map<java.lang.String,java.lang.String> arguments)
PERMIS Management constructor. |
Method Summary | |
---|---|
java.lang.String |
getIdentityStoreFileName()
get the identity key store file name. |
java.lang.String |
getTrustStoreFileName()
get the trust store file name. |
void |
setIdentityStoreFileName(java.lang.String value)
set the identity key store file name. |
void |
setTrustStoreFileName(java.lang.String value)
set the trust store file name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilePManagement(java.util.Map<java.lang.String,java.lang.String> arguments) throws PMException
arguments
- -
command line arguments
PMException
- if anything goes wrong with loading
in the Permanent configuration
in the super constructor.Method Detail |
---|
public void setIdentityStoreFileName(java.lang.String value)
value
- the identity key store file namepublic java.lang.String getIdentityStoreFileName()
public void setTrustStoreFileName(java.lang.String value)
value
- the trust key store file namepublic java.lang.String getTrustStoreFileName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |