BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.security.spi.SecurityServices

Packages that use SecurityServices
weblogic.security.providers.authentication   
weblogic.security.providers.saml   
weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of SecurityServices in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication with parameters of type SecurityServices
 void NTAuthenticatorProviderImpl.initialize(ProviderMBean mbean, SecurityServices services)
          Initialize the NT authenticator.
 void NegotiateIdentityAsserterProviderImpl.initialize(ProviderMBean mbean, SecurityServices securityServices)
          Initialize the provider using the provider MBean
 void LDAPX509IdentityAsserterProviderImpl.initialize(ProviderMBean mbean, SecurityServices securityServices)
          Initialize the WebLogic LDAP X509 Identity Asserter.
 void LDAPAuthenticationProviderImpl.initialize(ProviderMBean mbean, SecurityServices securityServices)
          Initialize the provider using the provider MBean
 void DefaultIdentityAsserterProviderImpl.initialize(ProviderMBean mbean, SecurityServices securityServices)
          Initialize the provider using the provider MBean
 void DefaultAuthenticationProviderImpl.initialize(ProviderMBean mBean, SecurityServices securityServices)
          Initialize the provider using the provider MBean
 void DBMSSQLReadOnlyAuthenticationProviderImpl.initialize(ProviderMBean mBean, SecurityServices securityServices)
          Initialize the provider using the provider MBean
 void DBMSSQLAuthenticationProviderImpl.initialize(ProviderMBean mBean, SecurityServices securityServices)
          Initialize the provider using the provider MBean
 void DBMSPluggableRuntimeAuthenticationProviderImpl.initialize(ProviderMBean mBean, SecurityServices securityServices)
          Initialize the provider using the provider MBean
 void DBMSAuthenticationProviderImpl.initialize(ProviderMBean mBean, SecurityServices securityServices)
          Initialize the provider using the provider MBean
 

Uses of SecurityServices in weblogic.security.providers.saml
 

Fields in weblogic.security.providers.saml declared as SecurityServices
protected  SecurityServices SAMLIdentityAsserterProviderImpl.securityServices
           
protected  SecurityServices SAMLCredentialMapperProviderBaseImpl.securityServices
           
 

Methods in weblogic.security.providers.saml with parameters of type SecurityServices
 void SAMLIdentityAsserterProviderImpl.initialize(ProviderMBean mbean, SecurityServices secServices)
          Initialize the provider using the provider MBean
 void SAMLCredentialMapperProviderBaseImpl.initialize(ProviderMBean mbean, SecurityServices secServices)
          Initialize the SAMLCredentialMapper
 void SAMLAuthenticationProviderImpl.initialize(ProviderMBean mbean, SecurityServices securityServices)
          Initialize
static weblogic.security.providers.saml.SAMLTrustManager SAMLTrustManager.getManager(ProviderMBean mbean, SecurityServices services)
           
static weblogic.security.providers.saml.SAMLTrustManager SAMLTrustManager.getV1Manager(ProviderMBean mbean, SecurityServices services)
           
 

Constructors in weblogic.security.providers.saml with parameters of type SecurityServices
SAMLCreateAssertion(String issuerURI, weblogic.security.providers.saml.registry.SAMLRPConfigManager configManager, weblogic.security.providers.saml.SAMLKeyManager keyManager, SecurityServices securityServices)
          Constructor
SAMLAssert(boolean isV1CompatMode, weblogic.security.providers.saml.registry.SAMLAPConfigManager configManager, weblogic.security.providers.saml.SAMLTrustManager trustManager, SecurityServices securityServices)
           
SAMLIdentityAsserterLDAPDelegate(ProviderMBean mbean, SecurityServices services)
           
 

Uses of SecurityServices in weblogic.security.spi
 

Methods in weblogic.security.spi with parameters of type SecurityServices
 void SecurityProvider.initialize(ProviderMBean providerMBean, SecurityServices securityServices)
          Initializes the security provider.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.