| Package | Description |
|---|---|
| com.ibm.itim.apps |
Provides a remotable application programming interface for provisioning specific functions.
|
| com.ibm.itim.authentication |
Provides an application programming interface for authentication
that supports different trusted identity stores.
|
| com.ibm.itim.authentication.system |
Contains an implementation of the Authenticator interface.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
UserAuthInfo.getCredentials()
Returns the user's login credentials
|
| Constructor and Description |
|---|
UserAuthInfo(Credentials credentials)
Creates new UserAuthInfo.
|
| Modifier and Type | Method and Description |
|---|---|
SystemUser |
Authenticator.authenticate(Credentials userCredentials)
Authenticates a user with the given Credentials.
|
SystemUser |
AuthenticationProvider.authenticate(Credentials userCredentials)
Authenticates a user with the given Credentials.
|
SystemUser |
AuthenticationAuthority.authenticate(Credentials userCredentials)
Authenticates a user with the given Credentials.
|
| Modifier and Type | Method and Description |
|---|---|
SystemUser |
SystemAuthenticationAuthority.authenticate(Credentials userCredentials)
Authenticates a user using the supplied user credentials.
|
| Modifier and Type | Method and Description |
|---|---|
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). |
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.