Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06

weblogic.security.providers.authentication
Interface LoginExceptionPropagatorMBean

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

public interface LoginExceptionPropagatorMBean
extends 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.management.security.authentication.AuthenticatorMBean
getControlFlag, setControlFlag
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getDescription, getRealm, getVersion
 

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
Default Value:
"LoginExceptionPropagator"

Copyright 1996, 2011, 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
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06