public class AuthBrokerReport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR
Authentication failed with an error.
|
static int |
INFORMATION
Authentication needs more information.
|
static int |
SUCCESS
Authentication is successful.
|
static int |
UNKNOWN
Authentication success is unknown.
|
static int |
WARNING
Authentication succeeded or failed with a warning.
|
| Constructor and Description |
|---|
AuthBrokerReport(int type,
java.lang.String protocolId,
java.lang.Object loginAPIObject,
java.lang.Object userData,
AuthBrokerException aeException)
Creates an AuthBrokerReport.
|
| Modifier and Type | Method and Description |
|---|---|
AuthBrokerException |
getException()
Get any AuthBrokerException thrown.
|
java.lang.Object |
getLoginAPIObject()
Get the loginAPIObject from the AuthBrokerAuthentication object.
|
java.lang.String |
getProtocolId()
Get the id for the procotol, as defined in AuthenticationBroker.
|
int |
getType()
Get the authentication type.
|
java.lang.Object |
getUserData()
Get any additional data stored by the AuthBrokerAuthentication object.
|
public static final int UNKNOWN
public static final int SUCCESS
public static final int ERROR
public static final int WARNING
public static final int INFORMATION
public AuthBrokerReport(int type,
java.lang.String protocolId,
java.lang.Object loginAPIObject,
java.lang.Object userData,
AuthBrokerException aeException)
type - - UNKNOWN or ERROR or WARNING or INFORMATION etc.protocolId - - the id for the protocol, just a string identifierloginAPIObject - - the loginAPIObject that is the useful thing.userData - - additional placeholder for anything the user wantsaeException - - a valid AuthBrokerExceptionpublic int getType()
public java.lang.String getProtocolId()
public java.lang.Object getLoginAPIObject()
public java.lang.Object getUserData()
public AuthBrokerException getException()
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.