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

Part Number E41849-02

weblogic.security.providers.authentication
Interface LoginExceptionPropagatorMBean

All Superinterfaces:
AuthenticationProviderMBean, AuthenticatorMBean, DescriptorBean, ProviderMBean, SettableBean, StandardInterface
All Known Subinterfaces:
ActiveDirectoryAuthenticatorMBean, DefaultAuthenticatorMBean, IPlanetAuthenticatorMBean, LDAPAuthenticatorMBean, NovellAuthenticatorMBean, OpenLDAPAuthenticatorMBean, OracleInternetDirectoryAuthenticatorMBean, OracleVirtualDirectoryAuthenticatorMBean, RealmAdapterAuthenticatorMBean

public interface LoginExceptionPropagatorMBean
extends StandardInterface, DescriptorBean, AuthenticatorMBean

No description provided.


Method Summary
 String getName()
          The name of this configuration.
 boolean getPropagateCauseForLoginException()
          No description provided.
 void setPropagateCauseForLoginException(boolean newValue)
          No description provided.
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 
Methods inherited from interface weblogic.management.security.authentication.AuthenticatorMBean
getControlFlag, setControlFlag
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getDescription, getRealm, getVersion
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Method Detail

getPropagateCauseForLoginException

boolean getPropagateCauseForLoginException()
No description provided.

Default Value:
false

setPropagateCauseForLoginException

void setPropagateCauseForLoginException(boolean newValue)
                                        throws InvalidAttributeValueException
No description provided.

Parameters:
newValue - - new value for attribute PropagateCauseForLoginException
Throws:
InvalidAttributeValueException
Default Value:
false

getName

String getName()
Description copied from interface: ProviderMBean
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Specified by:
getName in interface ProviderMBean
Specified by:
getName in interface StandardInterface
Default Value:
"LoginExceptionPropagator"

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