Package com.saperion.bean
Class LogonInfo
- java.lang.Object
-
- com.saperion.bean.LogonInfo
-
public class LogonInfo extends java.lang.ObjectBean 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.DirContextgetUserContext()Retrieves the context.intgetUserToken()Retrieves the usertoken.
-