public interface AuthModule
Modifier and Type | Field and Description |
---|---|
static int |
FAILURE_CODE
Indicates the secondary login failed.
|
static String |
MODULE_PROPERTY |
static int |
REDISPLAY_CODE
Indicates the Portal login dialog should be redisplayed.
|
static int |
SUCCESS_CODE
Indicates the secondary login was successful.
|
Modifier and Type | Method and Description |
---|---|
int |
authenticate(String id,
String host,
String port)
Provides a hook for authentication with an authentication system
other than Portal.
|
void |
postInfranetAuthenticate()
A hook called after the normal login dialog connects to Portal.
|
static final int REDISPLAY_CODE
static final int FAILURE_CODE
static final int SUCCESS_CODE
static final String MODULE_PROPERTY
int authenticate(String id, String host, String port)
id
- The login ID specified in the login dialogid
- The CM host specified in the login dialogid
- The port number specified in the login dialogvoid postInfranetAuthenticate()
Copyright © 2003, 2023, Oracle and/or its affiliates.