Class LogonInfo

java.lang.Object
com.saperion.bean.LogonInfo

public class LogonInfo extends Object
Bean to hold logon information.
Author:
chm
  • Constructor Details

    • LogonInfo

      public LogonInfo(DirContext context, int token)
      Creates a new LogonInfo.
      Parameters:
      context - the directory context
      token - the usertoken
  • Method Details

    • getUserContext

      public DirContext getUserContext()
      Retrieves the context.
      Returns:
      context
    • getUserToken

      public int getUserToken()
      Retrieves the usertoken.
      Returns:
      token