Uses of Interface
com.sun.enterprise.config.serverbeans.AuthRealm
-
Packages that use AuthRealm Package Description com.sun.enterprise.config.serverbeans com.sun.enterprise.config.serverbeans.customvalidators -
-
Uses of AuthRealm in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return AuthRealm Modifier and Type Method Description static AuthRealmAdminService.Duck. getAssociatedAuthRealm(AdminService as)This is the place where the iteration for theAuthRealmfor administration should be carried out in server.AuthRealmAdminService. getAssociatedAuthRealm()AuthRealmNodeAgent. getAuthRealm()Gets the value of the authRealm property.Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type AuthRealm Modifier and Type Method Description List<AuthRealm>SecurityService. getAuthRealm()Gets the value of the authRealm property.Methods in com.sun.enterprise.config.serverbeans with parameters of type AuthRealm Modifier and Type Method Description static 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 AuthRealm Modifier and Type Method Description booleanFileRealmPropertyCheckValidator. 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)
-