Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.login
Class CallbackResult

java.lang.Object
  extended by 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
 boolean cb_handled
           
 Object credential
           
 Principal principal
           
 UserIdentificationInfo userIdent
           
 
Constructor Summary
CallbackResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cb_handled

public boolean cb_handled

userIdent

public UserIdentificationInfo userIdent

principal

public Principal principal

credential

public Object credential
Constructor Detail

CallbackResult

public CallbackResult()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.