Class AfterRequestContext
java.lang.Object
ch.tocco.nice2.web.core.impl.auth.AfterRequestContext
This class contains the SecurityContext before and after the
request chain has been executed.
-
Constructor Summary
ConstructorDescriptionAfterRequestContext
(@Nullable SecurityContext before, @Nullable SecurityContext after) -
Method Summary
-
Constructor Details
-
AfterRequestContext
public AfterRequestContext(@Nullable @Nullable SecurityContext before, @Nullable @Nullable SecurityContext after)
-
-
Method Details
-
getBefore
-
getAfter
-
beforeAnonymousAfterLoggedIn
public boolean beforeAnonymousAfterLoggedIn() -
beforeLoggedInAfterAnonymous
public boolean beforeLoggedInAfterAnonymous() -
beforeAndAfterSameUser
public boolean beforeAndAfterSameUser() -
beforeAndAfterDifferentUser
public boolean beforeAndAfterDifferentUser()
-