Package ddf.security.impl
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
ConstructorsConstructorDescriptionSubjectImpl(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
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, runAsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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