com.sap.security.api.logon
Interface ILogonFrontend
- public interface ILogonFrontend
Interface that represents an object that's used for visualization of
logon user interaction
|
Field Summary |
static int |
TARGET_FORWARD
This value signals that a getRequestDispatcher().forward()
call is to be performed. |
static int |
TARGET_JAVAIVIEW
This value signals that the page performing
the authentication is a Portal Java iView. |
static int |
TARGET_REDIRECT
This value signals that an http redirect to the
resource is to be performed |
|
Method Summary |
java.lang.Object |
getTarget()
Gets the target of logon frondend. |
int |
getType()
Gets the type of the logon frontend. |
TARGET_FORWARD
public static final int TARGET_FORWARD
- This value signals that a getRequestDispatcher().forward()
call is to be performed.
TARGET_REDIRECT
public static final int TARGET_REDIRECT
- This value signals that an http redirect to the
resource is to be performed
TARGET_JAVAIVIEW
public static final int TARGET_JAVAIVIEW
- This value signals that the page performing
the authentication is a Portal Java iView.
getTarget
public java.lang.Object getTarget()
- Gets the target of logon frondend.
- Returns:
- target pointing to the logon resource. Can be of different types,
in case we're running in the Enterprise Portal this will be an
IPortalComponentContext.
getType
public int getType()
- Gets the type of the logon frontend. See remarks at the beginning.
- Returns:
- type of frontend.
Copyright © 2002 SAP AG All Rights Reserved.