Example usage for org.apache.shiro.web.mgt DefaultWebSubjectFactory subclass-usage

List of usage examples for org.apache.shiro.web.mgt DefaultWebSubjectFactory subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.web.mgt DefaultWebSubjectFactory subclass-usage.

Usage

From source file com.github.ibole.infrastructure.web.security.spring.shiro.config.StatelessSubjectFactory.java

/**
 * @author bwang
 *
 */
public class StatelessSubjectFactory extends DefaultWebSubjectFactory {

From source file graphene.security.tomcat.preaa.PreAASubjectFactory.java

public class PreAASubjectFactory extends DefaultWebSubjectFactory {
    org.slf4j.Logger logger = LoggerFactory.getLogger(PreAASubjectFactory.class);

    @Override
    public Subject createSubject(final SubjectContext context) {
        if (!(context instanceof WebSubjectContext)) {

From source file io.buji.pac4j.ClientSubjectFactory.java

/**
 * Factory for building a Shiro subject authenticated by a pac4j client (usually a CasClient).
 * This factory sets the Shiro context as not authenticated if the user was RememberMe authenticated.
 *
 * @author Michael Remond
 * @since 1.2.3

From source file io.buji.pac4j.subject.Pac4jSubjectFactory.java

/**
 * Factory for building a Shiro subject authenticated by pac4j.
 * This factory sets the Shiro context as not authenticated if the user was RememberMe authenticated.
 *
 * @author Michael Remond
 * @since 1.2.3

From source file io.github.howiefh.jeews.modules.sys.security.mgt.StatelessDefaultSubjectFactory.java

/**
 *
 *
 * @author howiefh
 */
public class StatelessDefaultSubjectFactory extends DefaultWebSubjectFactory {