Interface ObUserSessionInterface


public interface ObUserSessionInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the status of the session, such as logged out, logged in, login failed, or expired
    Returns the DN of the user's profile entry in the a user directory
  • Method Details

    • getUserIdentity

      String getUserIdentity() throws ObAccessException
      Returns the DN of the user's profile entry in the a user directory
      Throws:
      ObAccessException
    • getStatus

      int getStatus()
      Returns the status of the session, such as logged out, logged in, login failed, or expired
      Returns:
      status information for the authenticated user