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 com.evolveum.midpoint.model.impl.security.PasswordCallback.java

/**
 * @author Igor Farinic
 * @author Radovan Semancik
 */
public class PasswordCallback implements CallbackHandler {

From source file com.rayo.client.auth.sasl.SASLMechanism.java

/**
 * Base class for SASL mechanisms. Subclasses must implement these methods:
 * <ul>
 *  <li>{@link #getName()} -- returns the common name of the SASL mechanism.</li>
 * </ul>
 * Subclasses will likely want to implement their own versions of these mthods:

From source file wssec.TestEncryptedKeyProcessor.java

public class TestEncryptedKeyProcessor extends TestCase implements CallbackHandler {

    private static final Log LOG = LogFactory.getLog(TestEncryptedKeyProcessor.class);
    private Map<String, String> users = new HashMap<String, String>();
    private Crypto crypto = CryptoFactory.getInstance();
    public static final String SAMPLE_SOAP_MSG = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"

From source file com.voxeo.rayo.client.auth.sasl.SASLMechanism.java

/**
 * Base class for SASL mechanisms. Subclasses must implement these methods:
 * <ul>
 *  <li>{@link #getName()} -- returns the common name of the SASL mechanism.</li>
 * </ul>
 * Subclasses will likely want to implement their own versions of these mthods:

From source file nl.nn.adapterframework.util.CredentialFactory.java

/**
 * Provides user-id and password from the WebSphere authentication-alias repository.
 * A default username and password can be set, too.
 * 
 * Note:
 * In WSAD the aliases are named just as you type them.

From source file org.wso2.carbon.identity.sts.IPPasswordCallbackHandler.java

public class IPPasswordCallbackHandler implements CallbackHandler {

    private static Log log = LogFactory.getLog(IPPasswordCallbackHandler.class);

    public IPPasswordCallbackHandler() {

From source file wssec.TestWSSecurityNew7.java

/**
 * WS-Security Test Case <p/>
 * 
 * @author Davanum Srinivas (dims@yahoo.com)
 */
public class TestWSSecurityNew7 extends TestCase implements CallbackHandler {

From source file wssec.TestWSSecurityWSS234.java

/**
 * This is a test for WSS-234 - 
 * "When a document contains a comment as its first child element, 
 * wss4j will not find the SOAP body." 
 */
public class TestWSSecurityWSS234 extends TestCase implements CallbackHandler {

From source file wssec.TestWSSecurityWSS60.java

/**
 * This is a test for WSS-60 - "Problems when SOAP envelope namespace prefix is null"
 * http://issues.apache.org/jira/browse/WSS-60
 */
public class TestWSSecurityWSS60 extends TestCase implements CallbackHandler {
    private static final Log LOG = LogFactory.getLog(TestWSSecurityWSS60.class);

From source file wssec.TestWSSecurityWSS194.java

/**
 * This is a test for WSS-194 - "Support overriding KeyStore alias for signature so that it can
 * be different than user name used for UsernameToken".
 */
public class TestWSSecurityWSS194 extends TestCase implements CallbackHandler {