Package com.saperion.bean
Class LogonInfo
- java.lang.Object
-
- com.saperion.bean.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.
-