public static class LoginStack.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
credential |
protected Principal |
principal |
protected Subject |
subject |
| Constructor and Description |
|---|
Entry(Principal principal,
Object credential,
Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredential() |
Principal |
getPrincipal() |
Subject |
getSubject() |
protected final Object credential
public Principal getPrincipal()
public Object getCredential()
public Subject getSubject()
Copyright © 2019 Nuxeo. All rights reserved.