Java org.springframework.security.access.expression SecurityExpressionOperations fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.access.expression SecurityExpressionOperations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.access.expression SecurityExpressionOperations.

The text is from its open source code.

Method

booleandenyAll()
Always denies access
booleanhasRole(String role)

Determines if the #getAuthentication() has a particular authority within Authentication#getAuthorities() .

booleanisAnonymous()
Determines if the #getAuthentication() is anonymous
booleanisAuthenticated()
Determines ifthe #getAuthentication() is authenticated
booleanisFullyAuthenticated()
Determines if the #getAuthentication() authenticated without the use of remember me
booleanisRememberMe()
Determines if the #getAuthentication() was authenticated using remember me
booleanpermitAll()
Always grants access.