public class SubjectImpl extends org.apache.shiro.subject.support.DelegatingSubject implements Subject
| Constructor and Description |
|---|
SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals,
boolean authenticated,
org.apache.shiro.session.Session session,
org.apache.shiro.mgt.SecurityManager securityManager) |
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGuest()
Returns true if the Subject is guest
|
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, runAsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateWith, 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, runAspublic 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)
public SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals,
boolean authenticated,
String host,
org.apache.shiro.session.Session session,
org.apache.shiro.mgt.SecurityManager securityManager)
public SubjectImpl(org.apache.shiro.subject.PrincipalCollection principals,
boolean authenticated,
org.apache.shiro.session.Session session,
org.apache.shiro.mgt.SecurityManager securityManager)
public boolean isGuest()
SubjectThis work is licensed under a Creative Commons Attribution 4.0 International License.