Uses of Interface
com.sun.enterprise.config.serverbeans.AdminService
Packages that use AdminService
-
Uses of AdminService in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return AdminServiceModifier and TypeMethodDescriptionConfig.getAdminService()Gets the value of the adminService property.Methods in com.sun.enterprise.config.serverbeans with parameters of type AdminServiceModifier and TypeMethodDescriptionstatic AuthRealmAdminService.Duck.getAssociatedAuthRealm(AdminService as) This is the place where the iteration for theAuthRealmfor administration should be carried out in server.static JmxConnectorAdminService.Duck.getSystemJmxConnector(AdminService as) voidConfig.setAdminService(AdminService value) Sets the value of the adminService property.static booleanAdminService.Duck.usesFileRealm(AdminService as) Returns true if the classname of associated authrealm is same as fully qualified FileRealm classname.