Package org.springframework.security.aot.hint
package org.springframework.security.aot.hint
-
ClassDescriptionA
SecurityHintsRegistrar
that scans all beans for methods that useAuthorizeReturnObject
and registers those return objects asTypeHint
s.ASecurityHintsRegistrar
implementation that registers only the classes provided in the constructor.ASecurityHintsRegistrar
that scans all provided classes for methods that usePreAuthorize
orPostAuthorize
and registers hints for the beans used within the security expressions.ASecurityHintsRegistrar
that scans all beans for methods that usePreAuthorize
orPostAuthorize
and registers appropriate hints for the annotations.An interface for registering AOT hints.