Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.login
Class CallbackResult

java.lang.Object
  extended by org.nuxeo.ecm.platform.login.CallbackResult

public class CallbackResult
extends java.lang.Object

Simple class to store the result of a JAAS callback

Author:
tiry

Field Summary
 boolean cb_handled
           
 java.lang.Object credential
           
 java.security.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 java.security.Principal principal

credential

public java.lang.Object credential
Constructor Detail

CallbackResult

public CallbackResult()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.