Skip navigation links


oracle.iam.platformservice.api
Interface ClientLoginSessionListener


public interface ClientLoginSessionListener

Plugin Point for implementing listeners for login and logout from application clients. All listners must be stateless i.e. they should not maintain any client specific state. This is required since a single instance is maintaiend for each listener.

Since:
OIM 11gR1

Method Summary
 void loginSessionCreated(java.lang.String userLogin)
          Invoked immediately after login i.e.
 void loginSessionDestroyed(java.lang.String userLogin)
          Invoked immediately before a logout i.e.

 

Method Detail

loginSessionCreated

void loginSessionCreated(java.lang.String userLogin)
Invoked immediately after login i.e. right after a new login session is created.
Parameters:
userLogin - the userLogin for which the loginsession was created

loginSessionDestroyed

void loginSessionDestroyed(java.lang.String userLogin)
Invoked immediately before a logout i.e. right before login session is destroyed
Parameters:
userLogin - the userLogin for which the loginsession was destroyed

Skip navigation links


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