Class SilverpeasCallbackHandler
- java.lang.Object
-
- org.silverpeas.core.jcr.impl.oak.security.SilverpeasCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
public class SilverpeasCallbackHandler extends Object implements CallbackHandler
JAAS callback handler used by the login modules to get all the credentials of the user being authenticated.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SilverpeasCallbackHandler(javax.jcr.Credentials credentials)
-
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
UnsupportedCallbackException
-
-