|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.management.agent.PAConfigurationBase issrg.pba.management.agent.test.TestEgPAConfiguration
public class TestEgPAConfiguration
Constructor Summary | |
---|---|
TestEgPAConfiguration()
construct a PERMIS agent configuration set. |
|
TestEgPAConfiguration(int port)
construct a PERMIS agent configuration set. |
Method Summary | |
---|---|
java.io.InputStream |
getIdentityStoreInputStream()
get the identity key store input stream. |
char[] |
getIdentityStorePassword()
the call back "get" identity password. |
java.io.InputStream |
getTrustStoreInputStream()
get the trust key store input stream. |
char[] |
getTrustStorePassword()
the call back "get" trust password. |
void |
setIdentityStoreName(java.lang.String value)
set the identity key store name. |
void |
setIdentityStorePassword(char[] password)
set the identity password. |
void |
setTrustStoreName(java.lang.String value)
set the trust key store name. |
void |
setTrustStorePassword(char[] password)
set the trust password. |
void |
setUsed(boolean used)
called when settings have been used. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestEgPAConfiguration() throws PbaException
PbaException
public TestEgPAConfiguration(int port) throws PbaException
PbaException
Method Detail |
---|
public char[] getIdentityStorePassword()
Note that after PERMIS agent calls this method and used the password, the password is cleared.
public char[] getTrustStorePassword()
Note that after PERMIS agent calls this method and used the password, the password is cleared.
public void setIdentityStorePassword(char[] password)
public void setTrustStorePassword(char[] password)
public void setUsed(boolean used)
setUsed
in interface PAConfiguration
setUsed
in class PAConfigurationBase
used
- flag indicating "used configuration" or not.public void setIdentityStoreName(java.lang.String value) throws PbaException
value
-
PbaException
public java.io.InputStream getIdentityStoreInputStream() throws PbaException
PbaException
- if there is a problem opening the input streampublic void setTrustStoreName(java.lang.String value) throws PbaException
value
-
PbaException
public java.io.InputStream getTrustStoreInputStream() throws PbaException
PbaException
- if there is a problem opening the input stream.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |