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 AnyIdentityDomainAuthenticatorMBean

All Superinterfaces:
DescriptorBean, IdentityDomainAwareProviderMBean, SettableBean, StandardInterface

public interface AnyIdentityDomainAuthenticatorMBean
extends IdentityDomainAwareProviderMBean

Defines methods used to get/set whether the authenticator or identity asserter enables support for any identity domain.


Method Summary
abstract  boolean isAnyIdentityDomainEnabled()
          Returns whether the provider enables support of any identity domain mappers
abstract  void setAnyIdentityDomainEnabled(boolean enabled)
          Sets whether the provider enables support of any identity domain

 

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

 

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

 

Method Detail

isAnyIdentityDomainEnabled

boolean isAnyIdentityDomainEnabled()
Returns whether the provider enables support of any identity domain mappers

setAnyIdentityDomainEnabled

void setAnyIdentityDomainEnabled(boolean enabled)
                                 throws InvalidAttributeValueException
Sets whether the provider enables support of any identity domain
Parameters:
enabled - - enable or disable any identity domain
Throws:
InvalidAttributeValueException
See Also:
AnyIdentityDomainAuthenticatorMBean.isAnyIdentityDomainEnabled()

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