| java.lang.Object com.sun.jbi.internal.security.https.jregress.SecurityConfigImpl
getDefaultKeyStoreManagerName | public String getDefaultKeyStoreManagerName()(Code) | | Get the Name of the default KeyStore Service
the name of the default KeyStore. |
getDefaultUserDomainName | public String getDefaultUserDomainName()(Code) | | Get the Name of the default User Domain
the name of the Default User Domain |
getKeyStoreContexts | public HashMap getKeyStoreContexts()(Code) | | Get a Map of KeyStore Services keyed by their name
[ Key = Name (string) : Value = KeyStoreContexts (Properties) ]
a map of the Key Store Contexts |
getTransportSecurityContext | public Properties getTransportSecurityContext()(Code) | | Get a Map Security Contexts, keyed by their name
[ Key = Name (String) : Value = SecurityContext (Context) ]
the HashMap which has the mappings |
getUserDomainContexts | public HashMap getUserDomainContexts()(Code) | | Get a Map of User Domain Contexts by their name
[ Key = Name (string) : Value = UserDomain Contexts (Properties) ]
a map of the User Domain Contexts |
setDefaultConfigName | public void setDefaultConfigName(String name)(Code) | | Get the Name of the default Configuration name
Parameters: name - is the Name of the default configuration |
setDefaultKeyStoreManagerName | public void setDefaultKeyStoreManagerName(String name)(Code) | | Set the Map of the default KeyStore Service.
Parameters: name - is the name of the default KeyStore. |
setDefaultUserDomainName | public void setDefaultUserDomainName(String name)(Code) | | Set the Name of the default User Domain
Parameters: name - is the name of the Default User Domain |
setKeyStoreContexts | public void setKeyStoreContexts(HashMap map)(Code) | | Set the Map of KeyStore Services keyed by their name
[ Key = Name (string) : Value = KeyStoreContexts (Properties) ]
Parameters: map - the KS Manager Context |
setUserDomainContexts | public void setUserDomainContexts(HashMap map)(Code) | | Set the Map of User Domain Contexts by their name.
[ Key = Name (string) : Value = UserDomain Contexts (Properties) ]
Parameters: map - is the UserDomain map |
|
|