Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.commo.StandardInterface

Packages that use StandardInterface
com.bea.security.providers.authentication.passwordvalidator Provides configuration information for the System Password Validator provider. 
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
weblogic.management.security Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm. 
weblogic.management.security.audit Provides interfaces and classes for the configuration, control and monitoring of Audit security providers in a WebLogic security realm. 
weblogic.management.security.authentication Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm. 
weblogic.management.security.authorization Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm. 
weblogic.management.security.credentials Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm. 
weblogic.management.security.pk Provides interfaces and classes for the configuration, control and monitoring of certification path security providers in a WebLogic security realm. 
weblogic.management.utils This package includes interfaces and exceptions for developers who are interested in creating custom applications that use BEA WebLogic Server facilities to monitor and configure applications and WebLogic Server instances. 
weblogic.security.providers.audit Provides an interface to configure the WebLogic Auditing provider. 
weblogic.security.providers.authentication Provides the UsernameMapperInterface, which is used to perform certificate-based and distinguished name user authentication. 
weblogic.security.providers.authorization Provides interfaces for the WebLogic Adjudication, Authorization, and Role Mapping providers. 
weblogic.security.providers.credentials Provides interfaces for the WebLogic and PKI Credential Mapping provider. 
weblogic.security.providers.pk Provides interfaces for CertPath and Keystore providers. 
weblogic.security.providers.realmadapter Provides interfaces for Realm Adapter Adjudication, Auditing, Authentication, and Authorization providers. 
weblogic.security.providers.saml Provides interfaces and classes for the configuration, control, and monitoring of SAML 1.1 security providers in a WebLogic security realm. 
weblogic.security.providers.saml.registry Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. 
weblogic.security.providers.utils Provides the interface for the CertRegManager used to manage the certificate registry stored in the embedded LDAP server. 
 

Uses of StandardInterface in com.bea.security.providers.authentication.passwordvalidator
 

Subinterfaces of StandardInterface in com.bea.security.providers.authentication.passwordvalidator
 interface SystemPasswordValidatorMBean
          This MBean represents configuration information for the System Password Validator provider.
 

Uses of StandardInterface in com.bea.security.saml2.providers
 

Subinterfaces of StandardInterface in com.bea.security.saml2.providers
 interface SAML2CredentialMapperMBean
          This MBean represents configuration information for the SAML2 Credential Mapping provider.
 interface SAML2IdentityAsserterMBean
          This MBean represents configuration information for the SAML2 Identity Assertion provider.
 interface SAML2IdPPartnerRegistryMBean
          The SAMLIdPPartnerRegistry is used manage a registry of SAML 2.0 Identity Provider partners.
 interface SAML2PartnerRegistryMBean
          The SAMLPartnerRegistry provides utilities common to a registry of SAML partners.
 interface SAML2SPPartnerRegistryMBean
          The SAML2SPPartnerRegistry is used manage a registry of SAML 2.0 SP partners.
 

Uses of StandardInterface in weblogic.management.security
 

Subinterfaces of StandardInterface in weblogic.management.security
 interface ApplicationVersionerMBean
          The SSPI MBean that security providers extend to indicate that the provider supports versionable applications.
 interface ExportMBean
          Provides a set of methods for exporting provider specific data.
 interface ImportMBean
          Provides a set of methods for importing provider specific data.
 interface ProviderMBean
          The base MBean for all security providers.
 interface RDBMSSecurityStoreMBean
          The MBean that represents configuration attributes for a RDBMS security store.
 interface RealmMBean
          The MBean that represents configuration attributes for the security realm.
 

Methods in weblogic.management.security that return StandardInterface
protected  StandardInterface BaseMBeanImpl.getProxy()
          Gets this mbean's proxy.
 

Uses of StandardInterface in weblogic.management.security.audit
 

Subinterfaces of StandardInterface in weblogic.management.security.audit
 interface AuditorMBean
          The SSPI MBean that all Audit providers must extend.
 interface ContextHandlerMBean
          Provides a set of attributes for ContextHandler support.
 

Uses of StandardInterface in weblogic.management.security.authentication
 

Subinterfaces of StandardInterface in weblogic.management.security.authentication
 interface AuthenticationProviderMBean
          The base MBean for all MBean implementations that manage Authentication providers.
 interface AuthenticatorMBean
          The SSPI MBean that all Authentication providers with login services must extend.
 interface GroupEditorMBean
          Provides a set of methods for creating, editing, and removing groups.
 interface GroupMemberListerMBean
          Provides a method for listing a group's members.
 interface GroupMembershipHierarchyCacheMBean
          Defines methods used to get/set the configuration attributes that are required to support the Group Membership Hierarchy Cache.
 interface GroupReaderMBean
          Provides a set of methods for reading data about groups.
 interface GroupRemoverMBean
          Provides a method for removing groups.
 interface GroupUserListerMBean
          Provides a method for listing a group's user members.
 interface IdentityAsserterMBean
          The SSPI MBean that all Identity Assertion providers must extend.
 interface MemberGroupListerMBean
          Provides a method for listing the groups that contain a member.
 interface PasswordValidatorMBean
          A marker interface to indicate a password validation provider MBean.
 interface ServletAuthenticationFilterMBean
          The SSPI MBean that all Servlet Authentication Filter providers must extend.
 interface UserAttributeEditorMBean
          Provides a set of methods for creating, editing and removing user attributes and values.An authentication provider MBean can optionally implement this MBean.
 interface UserAttributeReaderMBean
          Provides a set of methods for getting a list of supported users attributes and their types.
 interface UserEditorMBean
          Provides a set of methods for creating, editing, and removing users.
 interface UserLockoutManagerMBean
          Lists and manages lockouts on user accounts.
 interface UserPasswordEditorMBean
          Provides two methods for changing a user's password.
 interface UserReaderMBean
          Provides a set of methods for reading data about users.
 interface UserRemoverMBean
          Provides a method for removing users.
 

Uses of StandardInterface in weblogic.management.security.authorization
 

Subinterfaces of StandardInterface in weblogic.management.security.authorization
 interface AdjudicatorMBean
          The SSPI MBean that all Adjudication providers must extend.
 interface AuthorizerMBean
          The base MBean for Authorization providers.
 interface DeployableAuthorizerMBean
          The SSPI MBean that must be extended by all Authorization providers that can store policies created while deploying a Web application or EJB.
 interface DeployableRoleMapperMBean
          The SSPI MBean that must be extended by Role Mapping providers that can store roles created while deploying a Web application or EJB.
 interface PolicyAuxiliaryMBean
          Provides a set of auxiliary methods for creating, editing, and removing policies.
 interface PolicyConsumerMBean
          The SSPI MBean that security providers extend to indicate that the provider supports policy consumption.
 interface PolicyEditorMBean
          Provides a set of methods for creating, editing, and removing policies.
 interface PolicyListerMBean
          Provides a set of methods for listing data about policies.
 interface PolicyReaderMBean
          Provides a set of methods for reading data about policies.
 interface PolicyStoreMBean
          Provides a set of methods for managing policies in a policy store.
 interface PredicateEditorMBean
          This MBean edits data about predicates and their arguments.
 interface PredicateReaderMBean
          This MBean reads data about predicates and their arguments.
 interface RoleAuxiliaryMBean
          Provides a set of auxiliary methods for creating, editing, and removing role assignment policies.
 interface RoleConsumerMBean
          The SSPI MBean that security providers extend to indicate that the provider supports role consumption.
 interface RoleEditorMBean
          Provides a set of methods for creating, editing, and removing policies.
 interface RoleListerMBean
          Provides a set of methods for listing data about roles.
 interface RoleMapperMBean
          The base MBean for Role Mapping providers.
 interface RoleReaderMBean
          Provides a set of methods for reading policies.
 

Uses of StandardInterface in weblogic.management.security.credentials
 

Subinterfaces of StandardInterface in weblogic.management.security.credentials
 interface CredentialCacheMBean
          Defines methods used to get/set the configuration attributes that are required to support the credential cache.
 interface CredentialMapperMBean
          The SSPI MBean that all Credential Mapping providers must extend.
 interface DeployableCredentialMapperMBean
          The SSPI MBean that must be extended by all Credential Mapper providers that can store credential maps created while deploying a component.
 interface PKICredentialMapEditorMBean
          Provides a set of methods for creating, editing, and removing a credential map that matches users, resources and credential action to keystore aliases and the corresponding passwords.
 interface PKICredentialMapReaderMBean
          Provides a set of methods for reading a credential map that matches users and resources to aliases and their corresponding passwords that can then be used to retrieve key information or public certificate information from the configured keystores.
 interface UserPasswordCredentialMapEditorMBean
          Provides a set of methods for creating, editing, and removing a credential map that matches WebLogic users to remote usernames and their corresponding passwords.
 interface UserPasswordCredentialMapExtendedReaderMBean
          Provides a set of methods for reading the credential mappings.
 interface UserPasswordCredentialMapReaderMBean
          Provides a set of methods for reading credentials and credential mappings.
 

Uses of StandardInterface in weblogic.management.security.pk
 

Subinterfaces of StandardInterface in weblogic.management.security.pk
 interface CertPathBuilderMBean
          The SSPI MBean that all certification path providers with CertPathBuilder services must extend.
 interface CertPathProviderMBean
          The base MBean for all MBean implementations that manage certification path providers.
 interface CertPathValidatorMBean
          The SSPI MBean that all certification path providers with CertPathValidator services must extend.
 interface KeyStoreMBean
          Deprecated. 8.1.0.0
 

Uses of StandardInterface in weblogic.management.utils
 

Subinterfaces of StandardInterface in weblogic.management.utils
 interface LDAPServerMBean
          The LDAPServerMBean interface defines methods used to get/set the configuration attributes that are required to communicate with an external LDAP server.
 interface ListerMBean
          The ListerMBean interface provides a general mechanism for returning lists.
 interface NameListerMBean
          The NameListerMBean interface defines a method used to return lists of names.
 interface PropertiesListerMBean
          The PropertiesListerMBean interface defines a method used to return a java.util.Properties of key=value pairs.
 

Uses of StandardInterface in weblogic.security.providers.audit
 

Subinterfaces of StandardInterface in weblogic.security.providers.audit
 interface DefaultAuditorMBean
          This MBean represents configuration information for the WebLogic Auditing provider.
 

Uses of StandardInterface in weblogic.security.providers.authentication
 

Subinterfaces of StandardInterface in weblogic.security.providers.authentication
 interface ActiveDirectoryAuthenticatorMBean
          The MBean that represents LDAP schema definitions for the Active Directory LDAP Authentication provider.
 interface CustomDBMSAuthenticatorMBean
          The MBean that represents configuration information for the Custom DBMS Authentication provider.
 interface DBMSAuthenticatorMBean
          This MBean contains attributes for DBMS Authentication providers.
 interface DefaultAuthenticatorMBean
          The MBean that represents configuration attributes for the WebLogic Authentication provider.
 interface DefaultIdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic Identity Assertion provider.
 interface IPlanetAuthenticatorMBean
          This MBean represents LDAP schema definitions for the iPlanet LDAP provider.
 interface LDAPAuthenticatorMBean
          This MBean contains attributes for the LDAP servers supported by the LDAP Authentication providers.
 interface LDAPX509IdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic LDAP X509 Identity Assertion provider.
 interface LoginExceptionPropagatorMBean
          No description provided.
 interface NegotiateIdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic Negotiate Identity Assertion provider.
 interface NovellAuthenticatorMBean
          This MBean represents the LDAP schema definitions for the Novell NDS LDAP provider.
 interface OpenLDAPAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Open LDAP Authentication provider.
 interface OracleInternetDirectoryAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Oracle Internet Directory LDAP Authentication provider.
 interface OracleVirtualDirectoryAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Oracle Virtual Directory Authentication provider.
 interface ReadOnlySQLAuthenticatorMBean
          This MBean contains configuration information for the Read-Only SQL Authentication provider.
 interface SQLAuthenticatorMBean
          This MBean contains configuration information for the SQL Authentication Provider.
 interface VirtualUserAuthenticatorMBean
          The MBean that represents configuration attributes for the Virtual User Authentication provider.
 interface WindowsNTAuthenticatorMBean
          This MBean contains configuration information for the Windows NT Authetication Provider
 

Uses of StandardInterface in weblogic.security.providers.authorization
 

Subinterfaces of StandardInterface in weblogic.security.providers.authorization
 interface DefaultAdjudicatorMBean
          This MBean defines configuration attributes for the WebLogic Adjudication provider.
 interface DefaultAuthorizerMBean
          This MBean represents configuration attributes for the WebLogic Authorization provider.
 interface DefaultRoleMapperMBean
          This MBean represents configuration attributes for the WebLogic Role Mapping provider.
 

Uses of StandardInterface in weblogic.security.providers.credentials
 

Subinterfaces of StandardInterface in weblogic.security.providers.credentials
 interface DefaultCredentialMapperMBean
          This MBean represents configuration attributes for the WebLogic Credential Mapping provider.
 interface PKICredentialMapperMBean
          This MBean represents configuration attributes for the PKI Credential Mapping provider.
 

Uses of StandardInterface in weblogic.security.providers.pk
 

Subinterfaces of StandardInterface in weblogic.security.providers.pk
 interface CertificateRegistryMBean
          The CertificateRegistryMBean is used to configure and manage the Certificate registry.
 interface DefaultKeyStoreMBean
          Deprecated.  
 interface GroupCertRegManagerMBean
          The GroupCertRegManager is used to manage a certificate trust group in the certificate registry that is stored in the embedded LDAP server.
 interface WebLogicCertPathProviderMBean
          The WebLogicCertPathProviderMBean is used to configure the WebLogic CertPath provider.
 

Uses of StandardInterface in weblogic.security.providers.realmadapter
 

Subinterfaces of StandardInterface in weblogic.security.providers.realmadapter
 interface RealmAdapterAdjudicatorMBean
          The MBean for the Realm Adapter Adjudication provider.
 interface RealmAdapterAuditorMBean
          The MBean for the Realm Adapter Auditing provider.
 interface RealmAdapterAuthenticatorMBean
          The MBean for the Realm Adapter Authentication provider.
 interface RealmAdapterAuthorizerMBean
          The MBean for the Realm Adapter Authorization provider.
 

Uses of StandardInterface in weblogic.security.providers.saml
 

Subinterfaces of StandardInterface in weblogic.security.providers.saml
 interface SAMLAuthenticatorMBean
          This MBean represents configuration information for the SAML Authentication provider.
 interface SAMLCredentialMapperMBean
          This MBean represents configuration information for the SAML Credential Mapper provider.
 interface SAMLCredentialMapperV2MBean
          This MBean represents configuration information for the SAML Credential Mapper V2 provider.
 interface SAMLIdentityAsserterMBean
          This MBean represents configuration information for the SAML Identity Assertion provider.
 interface SAMLIdentityAsserterV2MBean
          This MBean represents configuration information for the SAML Identity Assertion V2 provider.
 

Uses of StandardInterface in weblogic.security.providers.saml.registry
 

Subinterfaces of StandardInterface in weblogic.security.providers.saml.registry
 interface SAMLAssertingPartyRegistryMBean
          The SAMLAssertingPartyRegistry is used manage a registry of SAML 1.1 Asserting Parties and associated trusted certificates.
 interface SAMLPartnerRegistryMBean
          The SAMLPartnerRegistry is used manage a registry of SAML partners and associated trusted certificates that is stored in the embedded LDAP server.
 interface SAMLRelyingPartyRegistryMBean
          The SAMLRelyingPartyRegistry is used manage a registry of SAML 1.1 Relying Parties and associated trusted certificates.
 

Uses of StandardInterface in weblogic.security.providers.utils
 

Subinterfaces of StandardInterface in weblogic.security.providers.utils
 interface CertRegManagerMBean
          The CertRegManager is used manage a certificate registry that is stored in the embedded LDAP server.
 


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02