Uses of Class
io.inverno.mod.security.SecurityException
Packages that use SecurityException
Package
Description
Inverno security access control API.
Inverno security authentication API.
Inverno security password API.
Inverno security user provisioning API.
Inverno security identity API.
Inverno security authentication API implementation.
Inverno security user provisioning API implementation.
-
Uses of SecurityException in io.inverno.mod.security.accesscontrol
Subclasses of SecurityException in io.inverno.mod.security.accesscontrolModifier and TypeClassDescriptionclassThrown to indicate unexpected errors during access control processing. -
Uses of SecurityException in io.inverno.mod.security.authentication
Subclasses of SecurityException in io.inverno.mod.security.authenticationModifier and TypeClassDescriptionclassThrown to indicate that an authentication has failed.classThrown to indicate that credentials could be resolved by aCredentialsResolver.classThrown to indicate that an authentication has failed due to invalid credentials.Methods in io.inverno.mod.security.authentication that return types with arguments of type SecurityExceptionModifier and TypeMethodDescriptionAuthentication.getCause()Returns the cause of a failed authentication.Methods in io.inverno.mod.security.authentication with parameters of type SecurityExceptionModifier and TypeMethodDescriptionstatic AuthenticationAuthentication.denied(SecurityException cause) Returns a generic denied authentication which indicates a failed authentication with the specified cause.static PrincipalAuthenticationPrincipalAuthentication.of(String username, SecurityException cause) Returns a new denied principal authentication for the specified username and cause.Methods in io.inverno.mod.security.authentication that throw SecurityException -
Uses of SecurityException in io.inverno.mod.security.authentication.password
Subclasses of SecurityException in io.inverno.mod.security.authentication.passwordModifier and TypeClassDescriptionclassThrown to indicate that a password related operation failed.classThrown to indicate that a password does not comply with a password policy. -
Uses of SecurityException in io.inverno.mod.security.authentication.user
Subclasses of SecurityException in io.inverno.mod.security.authentication.userModifier and TypeClassDescriptionclassThrown to indicate an error while accessing a user repository.Methods in io.inverno.mod.security.authentication.user with parameters of type SecurityExceptionModifier and TypeMethodDescriptionstatic <A extends Identity>
UserAuthentication<A> UserAuthentication.of(String username, SecurityException cause) Returns a new denied user authentication for the specified username and cause. -
Uses of SecurityException in io.inverno.mod.security.identity
Subclasses of SecurityException in io.inverno.mod.security.identityModifier and TypeClassDescriptionclassThrown to indicate errors during identity resolution. -
Uses of SecurityException in io.inverno.mod.security.internal.authentication
Methods in io.inverno.mod.security.internal.authentication that return types with arguments of type SecurityExceptionModifier and TypeMethodDescriptionGenericAuthentication.getCause()GenericPrincipalAuthentication.getCause()Methods in io.inverno.mod.security.internal.authentication with parameters of type SecurityExceptionModifier and TypeMethodDescriptionvoidGenericPrincipalAuthentication.setCause(SecurityException cause) Sets the cause of the failed authentication.Constructors in io.inverno.mod.security.internal.authentication with parameters of type SecurityExceptionModifierConstructorDescriptionCreates an unauthenticated authentication with the specified cause of authentication failure. -
Uses of SecurityException in io.inverno.mod.security.internal.authentication.user
Methods in io.inverno.mod.security.internal.authentication.user that return types with arguments of type SecurityExceptionMethods in io.inverno.mod.security.internal.authentication.user with parameters of type SecurityExceptionModifier and TypeMethodDescriptionvoidGenericUserAuthentication.setCause(SecurityException cause) Sets the cause of the failed authentication.