|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PAConfiguration
a class that implements this interface will encapsulate the entire configuration for the PERMIS agent (PAgent class).
Method Summary | |
---|---|
java.lang.String |
getIdentityStoreInit()
get the identity key store init method. |
java.io.InputStream |
getIdentityStoreInputStream()
get the identity key store input stream. |
char[] |
getIdentityStorePassword()
the call back "get" identity password. |
java.lang.String |
getIdentityStoreProvider()
get the identity key store provider. |
java.lang.String |
getIdentityStoreService()
get the identity key store service (type). |
java.lang.String |
getPort()
get the port number the agent will listening on. |
java.lang.String |
getSSLContextProvider()
get the SSL context provider. |
java.lang.String |
getSSLContextService()
get the SSL context service (type or version). |
java.lang.String |
getSSLEnabledCipherSuites()
get the SSL enables cipher suites. |
java.lang.String |
getSSLEnabledProtocols()
get the SSL enabled protocols. |
java.lang.String |
getSSLKeyManagerFactoryProvider()
get the key manager factory provider. |
java.lang.String |
getSSLKeyManagerFactoryService()
get the key manager factory service. |
java.lang.String |
getSSLSecureRandomNumberProvider()
get the secure random number provider. |
java.lang.String |
getSSLSecureRandomNumberService()
get the secure random number service type. |
java.lang.String |
getSSLTrustManagerFactoryProvider()
set the trust manager factory provider. |
java.lang.String |
getSSLTrustManagerFactoryService()
get the trust manager factory service. |
java.io.InputStream |
getTrustStoreInputStream()
get the trust key store input stream. |
char[] |
getTrustStorePassword()
the call back "get" trust password. |
java.lang.String |
getTrustStoreProvider()
get the trust key store provider. |
java.lang.String |
getTrustStoreService()
get the trust key store service (type). |
void |
setUsed(boolean used)
configuration used flag. |
Method Detail |
---|
char[] getIdentityStorePassword()
char[] getTrustStorePassword()
void setUsed(boolean used)
setting the used flag to true, it indicates that the configuration has been used, and any further changes to the settings via the modifier methods will have no effect
Note that after PERMIS agent has been created this method is called by the PERMIS agent, and does so even if the creation had failed.
used
- -
the used flagjava.io.InputStream getIdentityStoreInputStream() throws PbaException
PbaException
- if there is a problem opening the input streamjava.lang.String getIdentityStoreService()
java.lang.String getIdentityStoreProvider()
java.lang.String getIdentityStoreInit()
java.io.InputStream getTrustStoreInputStream() throws PbaException
PbaException
- if there is a problem opening the input stream.java.lang.String getTrustStoreService()
java.lang.String getTrustStoreProvider()
java.lang.String getSSLKeyManagerFactoryService()
java.lang.String getSSLKeyManagerFactoryProvider()
java.lang.String getSSLTrustManagerFactoryService()
java.lang.String getSSLTrustManagerFactoryProvider()
java.lang.String getSSLSecureRandomNumberService()
java.lang.String getSSLSecureRandomNumberProvider()
java.lang.String getSSLContextService()
java.lang.String getSSLContextProvider()
java.lang.String getSSLEnabledProtocols()
java.lang.String getSSLEnabledCipherSuites()
java.lang.String getPort()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |