Class LogonInfo


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

      Constructors 
      Constructor Description
      LogonInfo​(javax.naming.directory.DirContext context, int token)
      Creates a new LogonInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.naming.directory.DirContext getUserContext()
      Retrieves the context.
      int getUserToken()
      Retrieves the usertoken.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogonInfo

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

      • getUserContext

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

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