Class RequestMapperConfigurer.AuthorizedCall
java.lang.Object
org.springframework.grpc.server.security.RequestMapperConfigurer.AuthorizedCall
- Enclosing class:
RequestMapperConfigurer
-
Method Summary
Modifier and TypeMethodDescriptiondenyAll()hasAnyAuthority(String... authorities) hasAuthority(String authority) not()
-
Method Details
-
not
-
permitAll
-
denyAll
-
hasAuthority
-
hasAnyAuthority
-
authenticated
-
fullyAuthenticated
-
anonymous
-
access
public RequestMapperConfigurer access(org.springframework.security.authorization.AuthorizationManager<Object> manager)
-