Package org.nuxeo.ecm.platform.login
Class CallbackResult
java.lang.Object
org.nuxeo.ecm.platform.login.CallbackResult
Simple class to store the result of a JAAS callback
- Author:
- tiry
-
Field Summary
Modifier and TypeFieldDescriptionboolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
cb_handled
public boolean cb_handled -
userIdent
-
principal
-
credential
-
-
Constructor Details
-
CallbackResult
public CallbackResult()
-