Class SubjectImpl

java.lang.Object
org.apache.shiro.subject.support.DelegatingSubject
ddf.security.impl.SubjectImpl
All Implemented Interfaces:
ddf.security.Subject, Serializable, Principal, org.apache.shiro.subject.Subject

public class SubjectImpl extends org.apache.shiro.subject.support.DelegatingSubject implements ddf.security.Subject
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.shiro.subject.Subject

    org.apache.shiro.subject.Subject.Builder
  • Field Summary

    Fields inherited from class org.apache.shiro.subject.support.DelegatingSubject

    authenticated, host, principals, securityManager, session, sessionCreationEnabled
  • Constructor Summary

    Constructors
    Constructor
    Description
    SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals, boolean authenticated, String host, org.apache.shiro.session.Session session, boolean sessionCreationEnabled, org.apache.shiro.mgt.SecurityManager securityManager)
     
    SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals, boolean authenticated, String host, org.apache.shiro.session.Session session, org.apache.shiro.mgt.SecurityManager securityManager)
     
    SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals, boolean authenticated, org.apache.shiro.session.Session session, org.apache.shiro.mgt.SecurityManager securityManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.shiro.subject.support.DelegatingSubject

    assertAuthzCheckPossible, associateWith, associateWith, checkPermission, checkPermission, checkPermissions, checkPermissions, checkRole, checkRoles, checkRoles, createSessionContext, decorate, execute, execute, getHost, getPreviousPrincipals, getPrincipal, getPrincipals, getSecurityManager, getSession, getSession, hasAllRoles, hasPrincipals, hasRole, hasRoles, isAuthenticated, isPermitted, isPermitted, isPermitted, isPermitted, isPermittedAll, isPermittedAll, isRemembered, isRunAs, isSessionCreationEnabled, login, logout, releaseRunAs, runAs

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.security.Principal

    equals, hashCode, implies, toString

    Methods inherited from interface org.apache.shiro.subject.Subject

    associateWith, associateWith, checkPermission, checkPermission, checkPermissions, checkPermissions, checkRole, checkRoles, checkRoles, execute, execute, getPreviousPrincipals, getPrincipal, getPrincipals, getSession, getSession, hasAllRoles, hasRole, hasRoles, isAuthenticated, isPermitted, isPermitted, isPermitted, isPermitted, isPermittedAll, isPermittedAll, isRemembered, isRunAs, login, logout, releaseRunAs, runAs
  • Constructor Details

    • SubjectImpl

      public SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals, boolean authenticated, String host, org.apache.shiro.session.Session session, boolean sessionCreationEnabled, org.apache.shiro.mgt.SecurityManager securityManager)
    • SubjectImpl

      public SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals, boolean authenticated, String host, org.apache.shiro.session.Session session, org.apache.shiro.mgt.SecurityManager securityManager)
    • SubjectImpl

      public SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals, boolean authenticated, org.apache.shiro.session.Session session, org.apache.shiro.mgt.SecurityManager securityManager)
  • Method Details