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 TypeMethodDescriptionstatic AuthRealmAdminService.Duck.getAssociatedAuthRealm(AdminService as) This is the place where the iteration for theAuthRealmfor administration should be carried out in server.AdminService.getAssociatedAuthRealm()NodeAgent.getAuthRealm()Gets the value of the authRealm property.Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type AuthRealmModifier and TypeMethodDescriptionSecurityService.getAuthRealm()Gets the value of the authRealm property.Methods in com.sun.enterprise.config.serverbeans with parameters of type AuthRealmModifier and TypeMethodDescriptionstatic StringAuthRealm.Duck.getGroupMapping(AuthRealm me) voidNodeAgent.setAuthRealm(AuthRealm value) Sets the value of the authRealm property. -
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)