Interface GlassFishUserManagement

All Known Implementing Classes:
CertificateRealm, FileRealm, LDAPRealm, Realm, SolarisRealm

public interface GlassFishUserManagement
Implementations of this interface provide operations to Add, Update or Remove user data (called user management) that is used for authentication when using GlassFish native identity stores (the LoginModule.

Identity stores often provide access to external systems (like LDAP, Databases, etc) which have their own UI for managing such data. As such user management is rarely implemented, and only Get user data is used, which is provided by GlassFishUserStore implementations.