Uses of Package
org.wildfly.security.auth.realm
Packages that use org.wildfly.security.auth.realm
Package
Description
Security realm implementations for Elytron.
Classes related to a
SecurityRealm implementation based on the JDBC (Java Database Connectivity) API.-
Classes in org.wildfly.security.auth.realm used by org.wildfly.security.auth.realmClassDescriptionA wrapper around
SecurityRealminstances to add brute force detection for brute force password guessing attacks.This interface defines a contract for aSecurityRealmthat supports caching ofRealmIdentityinstances.A wrapper class that provides caching capabilities for aSecurityRealmand its identities.A simple filesystem-backed security realm.A builder class that createsFileSystemSecurityRealminstances.Class that represents a lock on a realm identity.Exception to indicate a general failure related to the Integrity Verification of the Filesystem Realm.ASecurityRealmimplementation that makes use of the legacy properties files.A builder for legacy properties security realms.A simple in-memory password-based entry for basic realm implementations. -
Classes in org.wildfly.security.auth.realm used by org.wildfly.security.auth.realm.jdbcClassDescriptionThis interface defines a contract for a
SecurityRealmthat supports caching ofRealmIdentityinstances.