Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.api.login
Class UserIdentificationInfoCallbackHandler

java.lang.Object
  extended by org.nuxeo.ecm.platform.api.login.UserIdentificationInfoCallbackHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler
Direct Known Subclasses:
JBossUserIdentificationInfoCallbackHandler

public class UserIdentificationInfoCallbackHandler
extends java.lang.Object
implements javax.security.auth.callback.CallbackHandler


Constructor Summary
UserIdentificationInfoCallbackHandler(UserIdentificationInfo userIdent)
           
 
Method Summary
 void handle(javax.security.auth.callback.Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserIdentificationInfoCallbackHandler

public UserIdentificationInfoCallbackHandler(UserIdentificationInfo userIdent)
Method Detail

handle

public void handle(javax.security.auth.callback.Callback[] callbacks)
            throws java.io.IOException,
                   javax.security.auth.callback.UnsupportedCallbackException
Specified by:
handle in interface javax.security.auth.callback.CallbackHandler
Throws:
java.io.IOException
javax.security.auth.callback.UnsupportedCallbackException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.