Uses of Interface
com.sun.enterprise.config.serverbeans.AuthRealm
Packages that use AuthRealm
Package
Description
-
Uses of AuthRealm in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return AuthRealmModifier and TypeMethodDescriptiondefault AuthRealmAdminService.getAssociatedAuthRealm()This is the place where the iteration for theAuthRealmfor administration should be carried out in server.NodeAgent.getAuthRealm()Gets the value of theauthRealmproperty.Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type AuthRealmModifier and TypeMethodDescriptionSecurityService.getAuthRealm()Gets the value of theauthRealmproperty.Methods in com.sun.enterprise.config.serverbeans with parameters of type AuthRealmModifier and TypeMethodDescriptionvoidNodeAgent.setAuthRealm(AuthRealm authRealm) Sets the value of theauthRealmproperty. -
Uses of AuthRealm in com.sun.enterprise.config.serverbeans.customvalidators
Methods in com.sun.enterprise.config.serverbeans.customvalidators with parameters of type AuthRealmModifier and TypeMethodDescriptionbooleanFileRealmPropertyCheckValidator.isValid(AuthRealm realm, jakarta.validation.ConstraintValidatorContext constraintValidatorContext) booleanJDBCRealmPropertyCheckValidator.isValid(AuthRealm realm, jakarta.validation.ConstraintValidatorContext constraintValidatorContext) booleanLDAPRealmPropertyCheckValidator.isValid(AuthRealm realm, jakarta.validation.ConstraintValidatorContext constraintValidatorContext) booleanSolarisRealmPropertyCheckValidator.isValid(AuthRealm realm, jakarta.validation.ConstraintValidatorContext constraintValidatorContext)