Uses of Interface
io.john.amiscaray.quak.security.auth.principal.role.Role
Packages that use Role
Package
Description
-
Uses of Role in io.john.amiscaray.quak.security.auth.principal
Methods in io.john.amiscaray.quak.security.auth.principal that return Role -
Uses of Role in io.john.amiscaray.quak.security.auth.principal.role
Methods in io.john.amiscaray.quak.security.auth.principal.role that return Role -
Uses of Role in io.john.amiscaray.quak.security.config
Methods in io.john.amiscaray.quak.security.config that return types with arguments of type RoleModifier and TypeMethodDescriptionSecurityConfig.securedEndpointRoles()Returns the value of thesecuredEndpointRolesrecord component.Constructor parameters in io.john.amiscaray.quak.security.config with type arguments of type RoleModifierConstructorDescriptionSecurityConfig(AuthenticationStrategy strategy, Map<EndpointMapping, List<Role>> securedEndpointRoles) Create a security config allowing all CORS and using JWT.SecurityConfig(AuthenticationStrategy authenticationStrategy, Map<EndpointMapping, List<Role>> securedEndpointRoles, Map<String, CORSConfig> pathCorsConfigMap, String jwtSecretKey, Long jwtSecretExpiryTime) Creates an instance of aSecurityConfigrecord class.