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.opensc.test.pkcs11.PINEntry.java

/**
 * A class ,that allows to enter PINs on the command line.
 * 
 * @author wglas
 */
public class PINEntry implements CallbackHandler {

From source file wssec.TestWSSecurityNew8.java

/**
 * WS-Security Test Case
 * <p/>
 * 
 * @author Davanum Srinivas (dims@yahoo.com)
 */

From source file wssec.TestWSSecurityNew9.java

/**
 * WS-Security Test Case
 * <p/>
 * 
 * @author Davanum Srinivas (dims@yahoo.com)
 */

From source file org.wso2.carbon.automation.test.utils.axis2client.SecureAxisServiceClient.java

public class SecureAxisServiceClient implements CallbackHandler {
    private static final Log log = LogFactory.getLog(SecureAxisServiceClient.class);

    /**
     * This will send request by getting keyStore wso2carbon.jks
     *

From source file wssec.TestWSSecurityNew3.java

/**
 * WS-Security Test Case
 * <p/>
 * 
 * @author Davanum Srinivas (dims@yahoo.com)
 */

From source file wssec.TestWSSecurityNew10.java

/**
 * TestCase10 for testing HMAC_SHA1 in wss4j. Based on TestCase9.
 * 
 * The objective of this TestCase is to test the HMAC_SHA1 signature.
 * 
 * @author Dimuthu Leelarathne. (muthulee@yahoo.com)

From source file wssec.TestWSSecurityNew16.java

/**
 * Test signature created using an encrypted key
 * SOAP Body is signed and encrypted. In the encryption, The ReferencesList element is 
 * put into the Encrypted Key, as a child of the EncryptedKey. Signature is created 
 * using the encrypted key. 
 */

From source file org.wso2.esb.integration.common.utils.clients.axis2client.SecureAxisServiceClient.java

public class SecureAxisServiceClient implements CallbackHandler {
    private static final Log log = LogFactory.getLog(SecureAxisServiceClient.class);

    /**
     * This will send request by getting keyStore wso2carbon.jks
     *

From source file org.hyperic.hq.plugin.weblogic.WeblogicAuth.java

/**
 * Helper for JAAS support.
 */
public class WeblogicAuth implements CallbackHandler {

    private static Map handlers = Collections.synchronizedMap(new HashMap());

From source file org.apache.ws.security.message.SymmetricSignatureTest.java

/**
 * Test symmetric key signature created using an encrypted key
 * Demonstrates that Signature Crypto object can have null values when 
 * calling processSecurityHeader method of WSSecurityEngine.
 */
public class SymmetricSignatureTest extends org.junit.Assert implements CallbackHandler {