Package org.nuxeo.ecm.automation
Class LoginStack.Entry
- java.lang.Object
-
- org.nuxeo.ecm.automation.LoginStack.Entry
-
- Enclosing class:
- LoginStack
public static class LoginStack.Entry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description LoginContext
lc
CoreSession
session
-
Constructor Summary
Constructors Constructor Description Entry(LoginContext lc)
-
-
-
Field Detail
-
lc
public LoginContext lc
-
session
public CoreSession session
-
-
Constructor Detail
-
Entry
public Entry(LoginContext lc)
-
-