org.apache.shiro.cas
Class CasSubjectFactory

java.lang.Object
  extended by org.apache.shiro.mgt.DefaultSubjectFactory
      extended by org.apache.shiro.web.mgt.DefaultWebSubjectFactory
          extended by org.apache.shiro.cas.CasSubjectFactory
All Implemented Interfaces:
SubjectFactory

public class CasSubjectFactory
extends DefaultWebSubjectFactory

Subject implementation to be used in CAS-enabled applications.

Since:
1.2

Constructor Summary
CasSubjectFactory()
           
 
Method Summary
 Subject createSubject(SubjectContext context)
           
 
Methods inherited from class org.apache.shiro.web.mgt.DefaultWebSubjectFactory
newSubjectInstance
 
Methods inherited from class org.apache.shiro.mgt.DefaultSubjectFactory
newSubjectInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CasSubjectFactory

public CasSubjectFactory()
Method Detail

createSubject

public Subject createSubject(SubjectContext context)
Specified by:
createSubject in interface SubjectFactory
Overrides:
createSubject in class DefaultWebSubjectFactory


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.