Oracle

weblogic.security.providers.authentication
Interface LoginExceptionPropagatorMBean

All Superinterfaces:
AuthenticationProviderMBean, AuthenticatorMBean, ProviderMBean
All Known Subinterfaces:
ActiveDirectoryAuthenticatorMBean, DefaultAuthenticatorMBean, IPlanetAuthenticatorMBean, LDAPAuthenticatorMBean, NovellAuthenticatorMBean, OpenLDAPAuthenticatorMBean, 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"

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle