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 IdentityDomainAuthenticatorMBean

All Superinterfaces:
DescriptorBean, IdentityDomainAwareProviderMBean, SettableBean, StandardInterface

public interface IdentityDomainAuthenticatorMBean
extends IdentityDomainAwareProviderMBean

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


Method Summary
abstract  String getIdentityDomain()
          Returns the name of the identity domain.
abstract  void setIdentityDomain(String idd)
          Sets the name of the 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

getIdentityDomain

String getIdentityDomain()
Returns the name of the identity domain.

setIdentityDomain

void setIdentityDomain(String idd)
                       throws InvalidAttributeValueException
Sets the name of the identity domain.
Throws:
InvalidAttributeValueException
See Also:
IdentityDomainAuthenticatorMBean.getIdentityDomain()

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