Package org.nuxeo.ecm.platform.login
Class CallbackResult
- java.lang.Object
-
- org.nuxeo.ecm.platform.login.CallbackResult
-
public class CallbackResult extends Object
Simple class to store the result of a JAAS callback- Author:
- tiry
-
-
Field Summary
Fields Modifier and Type Field Description boolean
cb_handled
Object
credential
Principal
principal
UserIdentificationInfo
userIdent
-
Constructor Summary
Constructors Constructor Description CallbackResult()
-
-
-
Field Detail
-
cb_handled
public boolean cb_handled
-
userIdent
public UserIdentificationInfo userIdent
-
principal
public Principal principal
-
credential
public Object credential
-
-