Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

oracle.portal.provider.v2.externalApp
Class ExternalAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.portal.utils.v2.ContainerException
              extended by oracle.portal.provider.v2.ProviderException
                  extended by oracle.portal.provider.v2.externalApp.ExternalAuthenticationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationException, MappingNotFoundException

public class ExternalAuthenticationException
extends ProviderException

ExternalAppException is the base class for all exceptions relating to external applications - most specifically, those relating to authentication

See Also:
Serialized Form

Constructor Summary
ExternalAuthenticationException()
           
ExternalAuthenticationException(java.lang.String msg)
           
ExternalAuthenticationException(java.lang.Throwable _t)
           
 
Method Summary
 boolean getCallShow()
           
 void setCallShow(boolean show)
          When the portal receives an ExternalAuthenticationException it will, by default, display a UI that includes a link to the login server so the user can enter or modify their external application user mapping information.
 
Methods inherited from class oracle.portal.utils.v2.ContainerException
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalAuthenticationException

public ExternalAuthenticationException()

ExternalAuthenticationException

public ExternalAuthenticationException(java.lang.String msg)

ExternalAuthenticationException

public ExternalAuthenticationException(java.lang.Throwable _t)
Method Detail

setCallShow

public void setCallShow(boolean show)
When the portal receives an ExternalAuthenticationException it will, by default, display a UI that includes a link to the login server so the user can enter or modify their external application user mapping information. If you want the display of this UI to be handled by your provider, you should call this method with true as the parameter value before throwing the exception. This option gives you the ability to control the text/format in which the link is displayed. If you decide to handle the UI yourself, the SHOW call will include a link you can use to direct the user to the login server.


getCallShow

public boolean getCallShow()

Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.