Uses of Interface
com.sun.enterprise.config.serverbeans.AuthRealm

Packages that use AuthRealm
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
 AuthRealm AdminService.getAssociatedAuthRealm()
           
static AuthRealm AdminService.Duck.getAssociatedAuthRealm(AdminService as)
          This is the place where the iteration for the AuthRealm for administration should be carried out in server.
 AuthRealm NodeAgent.getAuthRealm()
          Gets the value of the authRealm property.
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type AuthRealm
 java.util.List<AuthRealm> SecurityService.getAuthRealm()
          Gets the value of the authRealm property.
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type AuthRealm
static java.lang.String AuthRealm.Duck.getGroupMapping(AuthRealm me)
           
 void NodeAgent.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
 boolean FileRealmPropertyCheckValidator.isValid(AuthRealm realm, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 boolean JDBCRealmPropertyCheckValidator.isValid(AuthRealm realm, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 boolean LDAPRealmPropertyCheckValidator.isValid(AuthRealm realm, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 boolean SolarisRealmPropertyCheckValidator.isValid(AuthRealm realm, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.