Example usage for javax.security.auth.spi LoginModule interface-usage

List of usage examples for javax.security.auth.spi LoginModule interface-usage

Introduction

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

Usage

From source file org.jasig.cas.client.jaas.CasLoginModule.java

/**
 * JAAS login module that delegates to a CAS {@link TicketValidator} component
 * for authentication, and on success populates a {@link Subject} with principal
 * data including NetID and principal attributes.  The module expects to be provided
 * with the CAS ticket (required) and service (optional) parameters via
 * {@link PasswordCallback} and {@link NameCallback}, respectively, by the

From source file org.josso.wls81.agent.mbeans.SSOGatewayLoginModuleImpl.java

/**
 * SSO Gateway Login Module implementation for Weblogic.
 *
 * Date: Nov 20, 2007
 * Time: 6:24:15 PM
 *

From source file org.efaps.jaas.xml.XMLUserLoginModule.java

/***
 *
 * @author The eFaps Team
 *
 */
public class XMLUserLoginModule implements LoginModule {

From source file org.getobjects.jaas.GoDefaultLoginModule.java

public class GoDefaultLoginModule extends NSObject implements LoginModule, NSDisposable {
    protected static final Log log = LogFactory.getLog("GoDefaultLoginModule");

    protected Subject subject;
    protected CallbackHandler handler;

From source file org.josso.servlet.agent.jaas.SSOGatewayLoginModule.java

/**
 * JAAS Login Module that expects SSO Session TOKEN credentials to authenticate users.
 *
 * Date: Nov 27, 2007
 * Time: 12:01:10 PM
 *

From source file org.josso.tc50.agent.jaas.SSOGatewayLoginModule.java

/**
 * SSO Gateway JAAS Login Module.
 *
 * This Login Module authenticates an SSO Session against the Single Sign-on Gateway
 * by getting the associated user and roles and filling it to the provided Subject.
 * This way clients can obtain the authenticated identity associated with the session and use it

From source file org.josso.tc55.agent.jaas.SSOGatewayLoginModule.java

/**
 * SSO Gateway JAAS Login Module.
 *
 * This Login Module authenticates an SSO Session against the Single Sign-on Gateway
 * by getting the associated user and roles and filling it to the provided Subject.
 * This way clients can obtain the authenticated identity associated with the session and use it

From source file org.josso.tc60.agent.jaas.SSOGatewayLoginModule.java

/**
 * SSO Gateway JAAS Login Module.
 *
 * This Login Module authenticates an SSO Session against the Single Sign-on Gateway
 * by getting the associated user and roles and filling it to the provided Subject.
 * This way clients can obtain the authenticated identity associated with the session and use it

From source file org.josso.tc70.agent.jaas.SSOGatewayLoginModule.java

/**
 * SSO Gateway JAAS Login Module.
 *
 * This Login Module authenticates an SSO Session against the Single Sign-on Gateway
 * by getting the associated user and roles and filling it to the provided Subject.
 * This way clients can obtain the authenticated identity associated with the session and use it

From source file org.josso.wls92.agent.jaas.SSOGatewayLoginModuleImpl.java

/**
 * SSO Gateway Login Module implementation for Weblogic.
 *
 * Date: Nov 20, 2007
 * Time: 6:24:15 PM
 *