| com.sun.jbi.internal.security.config.SecurityConfiguration
All known Subclasses: com.sun.jbi.internal.security.https.jregress.SecurityConfigImpl, com.sun.jbi.internal.security.config.SecurityInstallConfig,
SecurityConfiguration | public interface SecurityConfiguration (Code) | | The Install time security configuration.
author: Sun Microsystems, Inc. |
getDefaultKeyStoreManagerName | String getDefaultKeyStoreManagerName()(Code) | | Get the Name of the default KeyStore Service.
the name of the default KeyStore. |
getDefaultUserDomainName | String getDefaultUserDomainName()(Code) | | Get the Name of the default User Domain.
the name of the Default User Domain |
getKeyStoreContexts | HashMap getKeyStoreContexts()(Code) | | Get a Map of KeyStore Services keyed by their name.
[ Key = Name (string) : Value = KeyStoreContexts (Properties) ]
a Map of KeyStore Manager keyed by their name. |
getTransportSecurityContext | Properties getTransportSecurityContext()(Code) | | Get the Trabnsport Security Configuration.
the Property Set which encapsulates the SSL configuration. |
getUserDomainContexts | HashMap getUserDomainContexts()(Code) | | Get a Map of User Domain Contexts by their name.
[ Key = Name (string) : Value = UserDomain Contexts (Properties) ]
a Map of User Domain Contexts by their name |
|
|