Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
SignonHandler.connectionInitiated(SignonEvent event,
boolean forceUpdate) |
Informs the SignonHandler that a connection operation has been initiated.
|
boolean |
SignonHandlerAdapter.connectionInitiated(SignonEvent event,
boolean forceUpdate) |
Returns true, indicating that the sign-on should proceed.
|
void |
SignonHandler.exceptionOccurred(SignonEvent event) |
Handles an exception that was thrown during a sign-on attempt.
|
void |
SignonHandlerAdapter.exceptionOccurred(SignonEvent event) |
Rethrows the exception.
|
boolean |
SignonHandler.passwordAboutToExpire(SignonEvent event,
int daysUntilExpiration) |
Handles the situation where the password is within a few days of expiring.
|
boolean |
SignonHandlerAdapter.passwordAboutToExpire(SignonEvent event,
int daysUntilExpiration) |
Returns true, indicating that the sign-on should proceed.
|
boolean |
SignonHandler.passwordExpired(SignonEvent event) |
Handles the situation where the password has expired.
|
boolean |
SignonHandlerAdapter.passwordExpired(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.passwordIncorrect(SignonEvent event) |
Handles the situation where an incorrect password has been specified.
|
boolean |
SignonHandlerAdapter.passwordIncorrect(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.passwordLengthIncorrect(SignonEvent event) |
Handles the situation where a specified password is either too long or too short.
|
boolean |
SignonHandlerAdapter.passwordLengthIncorrect(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.passwordMissing(SignonEvent event) |
Handles the situation where a password has not been specified.
|
boolean |
SignonHandlerAdapter.passwordMissing(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.systemNameMissing(SignonEvent event) |
Handles the situation where the system name has not been specified.
|
boolean |
SignonHandlerAdapter.systemNameMissing(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.systemNameUnknown(SignonEvent event,
UnknownHostException exc) |
Handles the situation where the specified system name is unknown to the network.
|
boolean |
SignonHandlerAdapter.systemNameUnknown(SignonEvent event,
UnknownHostException exc) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.userIdAboutToBeDisabled(SignonEvent event) |
Handles the situation where the specified user profile will be disabled after next incorrect sign-on attempt.
|
boolean |
SignonHandlerAdapter.userIdAboutToBeDisabled(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.userIdDefaultAlreadyAssigned(SignonEvent event,
String defaultUser) |
Handles the situation where a default userID has already been assigned for the system object.
|
boolean |
SignonHandlerAdapter.userIdDefaultAlreadyAssigned(SignonEvent event,
String defaultUser) |
Returns true, indicating that the sign-on should proceed.
|
boolean |
SignonHandler.userIdDisabled(SignonEvent event) |
Handles the situation where the specified user profile has been disabled.
|
boolean |
SignonHandlerAdapter.userIdDisabled(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.userIdLengthIncorrect(SignonEvent event) |
Handles the situation where a specified userID is either too long or too short.
|
boolean |
SignonHandlerAdapter.userIdLengthIncorrect(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.userIdMissing(SignonEvent event) |
Handles the situation where a userID has not been specified.
|
boolean |
SignonHandlerAdapter.userIdMissing(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
boolean |
SignonHandler.userIdUnknown(SignonEvent event) |
Handles the situation where a specified userID is unknown to the system.
|
boolean |
SignonHandlerAdapter.userIdUnknown(SignonEvent event) |
Returns false, indicating that the sign-on should not proceed.
|
Copyright © 2024. All rights reserved.