Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.security.authentication
Interface MultiIdentityDomainAuthenticatorMBean

All Superinterfaces:
DescriptorBean, IdentityDomainAwareProviderMBean, SettableBean, StandardInterface

public interface MultiIdentityDomainAuthenticatorMBean
extends IdentityDomainAwareProviderMBean

Defines methods used to get/set the multiple identity domains attribute used to determine the identity domains that an authenticator or identity asserter handles.


Method Summary
abstract  String[] getIdentityDomains()
          Returns the names of the identity domains.
abstract  void setIdentityDomains(String[] idds)
          Sets the names of the identity domains.

 

Methods inherited from interface weblogic.management.commo.StandardInterface
getName

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Method Detail

getIdentityDomains

String[] getIdentityDomains()
Returns the names of the identity domains.

setIdentityDomains

void setIdentityDomains(String[] idds)
                        throws InvalidAttributeValueException
Sets the names of the identity domains.
Throws:
InvalidAttributeValueException
See Also:
MultiIdentityDomainAuthenticatorMBean.getIdentityDomains()

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09