Uses of Interface
io.inverno.mod.security.context.SecurityContext
Packages that use SecurityContext
Package
Description
Common Inverno security components.
Inverno security context API.
-
Uses of SecurityContext in io.inverno.mod.security
Methods in io.inverno.mod.security that return types with arguments of type SecurityContextModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SecurityContext<B, C>> SecurityManager.authenticate(A credentials) Authenticates the specified credentials and returns the corresponding security context. -
Uses of SecurityContext in io.inverno.mod.security.context
Methods in io.inverno.mod.security.context that return SecurityContextModifier and TypeMethodDescriptionstatic <A extends Identity,B extends AccessController>
SecurityContext<A, B> SecurityContext.of(Authentication authentication) Creates a security context with the specified authentication.static <A extends Identity,B extends AccessController>
SecurityContext<A, B> SecurityContext.of(Authentication authentication, A identity) Creates a security context with the specified authentiation and identity.static <A extends Identity,B extends AccessController>
SecurityContext<A, B> SecurityContext.of(Authentication authentication, A identity, B accessController) Creates a security context with the specified authentiation, identity and access controller.static <A extends Identity,B extends AccessController>
SecurityContext<A, B> SecurityContext.of(Authentication authentication, B accessController) Creates a security context with the specified authentiation and access controller.static <A extends Identity,B extends AccessController>
SecurityContext<A, B> SecurityContext.of(Authentication authentication, Optional<A> identity, Optional<B> accessController) Creates a security context with the specified authentiation, identity and access controller.