Package org.nuxeo.ecm.core.api.local
Class LoginStack
- java.lang.Object
-
- org.nuxeo.ecm.core.api.local.LoginStack
-
@Deprecated public class LoginStack extends Object
Deprecated.since 11.1This class is deprecated and now delegates toLoginComponent
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoginStack.Entry
Deprecated.since 11.1
-
Constructor Summary
Constructors Constructor Description LoginStack()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clear()
Deprecated.boolean
isEmpty()
Deprecated.LoginStack.Entry
peek()
Deprecated.LoginStack.Entry
pop()
Deprecated.void
push(Principal principal, Object credential, Subject subject)
Deprecated.int
size()
Deprecated.LoginStack.Entry[]
toArray()
Deprecated.
-
-
-
Method Detail
-
clear
public void clear()
Deprecated.
-
pop
public LoginStack.Entry pop()
Deprecated.
-
peek
public LoginStack.Entry peek()
Deprecated.
-
isEmpty
public boolean isEmpty()
Deprecated.
-
size
public int size()
Deprecated.
-
toArray
public LoginStack.Entry[] toArray()
Deprecated.
-
-