Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.model.security
Interface AuthenticationCallback


public interface AuthenticationCallback


Field Summary
static int AUTH_FAILURE
          This denotes a general failure
static int AUTH_FAILURE_CREDENTIALS
          This denotes a failure due to invalid credentials
static int AUTH_FAILURE_INVALID_URL
          This denotes a failure resolving the URL
static int AUTH_FAILURE_OFFLINE
          This denotes a failure due to the device being offline with no stored credentials
static int AUTH_SUCCESS
          This denotes a successful login
 
Method Summary
 void response(int value, java.lang.Exception e)
           
 

Field Detail

AUTH_SUCCESS

static final int AUTH_SUCCESS
This denotes a successful login

See Also:
Constant Field Values

AUTH_FAILURE

static final int AUTH_FAILURE
This denotes a general failure

See Also:
Constant Field Values

AUTH_FAILURE_CREDENTIALS

static final int AUTH_FAILURE_CREDENTIALS
This denotes a failure due to invalid credentials

See Also:
Constant Field Values

AUTH_FAILURE_OFFLINE

static final int AUTH_FAILURE_OFFLINE
This denotes a failure due to the device being offline with no stored credentials

See Also:
Constant Field Values

AUTH_FAILURE_INVALID_URL

static final int AUTH_FAILURE_INVALID_URL
This denotes a failure resolving the URL

See Also:
Constant Field Values
Method Detail

response

void response(int value,
              java.lang.Exception e)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.