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 classLoginStack.EntryDeprecated.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 voidclear()Deprecated.booleanisEmpty()Deprecated.LoginStack.Entrypeek()Deprecated.LoginStack.Entrypop()Deprecated.voidpush(Principal principal, Object credential, Subject subject)Deprecated.intsize()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.
-
-