Package io.automatiko.engine.api.auth
-
Interface Summary Interface Description AccessPolicy<T> Access policy that drives the access to individual instances based on identity.IdentityProvider Delivers security information about given identity that includes name and assigned roles.IdentitySupplier IdentitySupplier is meant to provide a way to inject/configure IdentityProviders to be used by the application. -
Class Summary Class Description SecurityPolicy Security policy that deliversIdentityProviderto allow to security related policy enforcement.TrustedIdentityProvider Trusted identity provider is intended to be used by system wide operations that might not have any security context attached e.g. timer expiration, messaging consumers etc. -
Exception Summary Exception Description AccessDeniedException Access denied exception is thrown whenAccessPolicyhas been violated