Example usage for javax.security.auth.callback CallbackHandler interface-usage

List of usage examples for javax.security.auth.callback CallbackHandler interface-usage

Introduction

In this page you can find the example usage for javax.security.auth.callback CallbackHandler interface-usage.

Usage

From source file org.apache.accumulo.core.rpc.SaslDigestCallbackHandler.java

/**
 * Common serialization methods across the client and server callback handlers for SASL. Serialization and deserialization methods must be kept in sync.
 */
public abstract class SaslDigestCallbackHandler implements CallbackHandler {

    /**

From source file net.gplatform.sudoor.server.cxf.ServerPasswordCallback.java

/**
 * NOT used, as it need to retrieve clear pw from spring security via callback while spring security store hash in DB,
 * Use simple WS to do authenticate instead.
 * @author xufucheng
 *
 */

From source file org.ib.sso.sts.UsernamePasswordCallbackHandler.java

public class UsernamePasswordCallbackHandler implements CallbackHandler {

    private Map<String, String> passwords;
    private JdbcTemplate jdbcTemplate;

    public void setPasswords(Map<String, String> passwords) {

From source file com.adito.pam.PAMCallbackHandler.java

/**
 * JAAS Callback Handler
 */
public class PAMCallbackHandler implements CallbackHandler {

    final static Log LOG = LogFactory.getLog(PAMCallbackHandler.class.getName());

From source file be.fedict.eid.tsl.Pkcs11CallbackHandler.java

/**
 * Callback handler implementation for PKCS#11 keystore.
 * 
 * @author fcorneli
 * 
 */

From source file com.adito.activedirectory.UserPasswordCallbackHandler.java

/**
 * Implementation of {@link javax.security.auth.callback.CallbackHandler} that
 * takes a <i>User name</i> and <i>Password</i>. The only known use of this
 * class is in the
 * {@link com.adito.activedirectory.ActiveDirectoryUserDatabase}.
 */

From source file org.apache.ws.security.NamePasswordCallbackHandler.java

public class NamePasswordCallbackHandler implements CallbackHandler {

    private static org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory
            .getLog(NamePasswordCallbackHandler.class);

    private static final String PASSWORD_CALLBACK_NAME = "setObject";

From source file gov.nih.nci.cabig.caaers.ws.AuthenticationWSHandler.java

/**
 * Will authenticate the user with the username and password.
 *
 * @author Biju Joseph
 */
public class AuthenticationWSHandler implements CallbackHandler {

From source file com.adaptris.core.management.jmx.SimpleCallbackHandler.java

/**
 * Simple {@link CallbackHandler} implementation.
 * @author lchan
 *
 */
class SimpleCallbackHandler implements CallbackHandler {

From source file org.shredzone.cilla.ws.cxf.SecurityContextCallback.java

/**
 * Java security callback handler for authentication.
 *
 * @author Richard "Shred" Krber
 */
@Component