permitAll()the requests doesn't need any authentication,Authenticationis never retrieveddenyAll()the requests isn't allowed in any circumstances,Authenticationis never retrievedhasAuthority(<write> || <read> || <...>)requires anAuthenticationwhich has theGrantedAuthoritythat matches with the argumenthasRole()--> A shortcut forhasAuthority()that prefixesROLE_or prefix configuredhasAnyRole()--> A shortcut forhasAnyAuthority()that prefixesROLE_or prefix configuredaccess--> A SpEL expression that evaluates to a boolean value
-
Notifications
You must be signed in to change notification settings - Fork 0
cris6h16/SpringSecurity_authorizeHttpRequests
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
this repository is only how i had seen ways to configure http request... the code is uncoupled & uncoordinated
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published