|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogonException | |
|---|---|
| com.ibm.itim.webclient.logon | Provides the classes that mediate the logon process and any steps that need to occur when a user logs onto the system. |
| Uses of LogonException in com.ibm.itim.webclient.logon |
|---|
| Methods in com.ibm.itim.webclient.logon that throw LogonException | |
|---|---|
void |
LogonMediator.login(Credentials credentials)
Get information about the user, establish a http session, and forward the user to default home page. |
void |
LogonMediator.logon(Credentials credentials)
Deprecated. As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials). |
void |
LogonMediator.signIn(Credentials credentials)
Deprecated. As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials). |
void |
LogonMediator.signIn(Credentials credentials,
java.lang.String startPage)
Deprecated. As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials). |
void |
LogonMediator.signIn(java.lang.String userID,
java.lang.String startPage)
Deprecated. As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials). |
void |
LogonMediator.signIn(java.lang.String userID,
java.lang.String tenantID,
java.lang.String startPage)
Deprecated. As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||