Uses of Class
edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectAttribute
Packages that use ExternalSubjectAttribute
Package
Description
This package contains beans which are used by hooks to pass data.
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
-
Uses of ExternalSubjectAttribute in edu.internet2.middleware.grouper.externalSubjects
Methods in edu.internet2.middleware.grouper.externalSubjects that return ExternalSubjectAttributeModifier and TypeMethodDescriptionExternalSubjectAttribute.clone()ExternalSubjectAttributeDbStorage.findByUuid(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) ExternalSubjectAttributeStorable.findByUuid(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) find an external subject attribute by identifierstatic ExternalSubjectAttributeExternalSubjectAttributeStorageController.findByUuid(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) ExternalSubject.retrieveAttribute(String attributeName, boolean exceptionIfNotFound) get an attributes for this subjectMethods in edu.internet2.middleware.grouper.externalSubjects that return types with arguments of type ExternalSubjectAttributeModifier and TypeMethodDescriptionExternalSubjectAttributeDbStorage.findBySubject(String subjectUuid, QueryOptions queryOptions) ExternalSubjectAttributeStorable.findBySubject(String subjectUuid, QueryOptions queryOptions) find attributes by subject, order by system namestatic Set<ExternalSubjectAttribute>ExternalSubjectAttributeStorageController.findBySubject(String subjectUuid, QueryOptions queryOptions) ExternalSubject.retrieveAttributes()get all attributes for this subjectMethods in edu.internet2.middleware.grouper.externalSubjects with parameters of type ExternalSubjectAttributeModifier and TypeMethodDescriptionvoidExternalSubjectAttributeDbStorage.delete(ExternalSubjectAttribute externalSubjectAttribute) voidExternalSubjectAttributeStorable.delete(ExternalSubjectAttribute externalSubjectAttribute) delete an external subject and all its attributesstatic voidExternalSubjectAttributeStorageController.delete(ExternalSubjectAttribute externalSubjectAttribute) voidExternalSubjectAttributeDbStorage.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute) voidExternalSubjectAttributeStorable.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute) insert or update an external subject attribute to the DBstatic voidExternalSubjectAttributeStorageController.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute) Method parameters in edu.internet2.middleware.grouper.externalSubjects with type arguments of type ExternalSubjectAttributeModifier and TypeMethodDescriptionvoidExternalSubject.store(Set<ExternalSubjectAttribute> externalSubjectAttributes, String externalSubjectInviteName, boolean validateAttributes, boolean autoaddGroups, boolean fromRecalcDaemon) store this object to the DB. -
Uses of ExternalSubjectAttribute in edu.internet2.middleware.grouper.hooks.beans
Methods in edu.internet2.middleware.grouper.hooks.beans that return types with arguments of type ExternalSubjectAttributeModifier and TypeMethodDescriptionHooksExternalSubjectBean.getExternalSubjectAttributes()the attributes that will be saved with the subjectMethod parameters in edu.internet2.middleware.grouper.hooks.beans with type arguments of type ExternalSubjectAttributeModifier and TypeMethodDescriptionvoidHooksExternalSubjectBean.setExternalSubjectAttributes(Set<ExternalSubjectAttribute> theExternalSubjectAttributes) the attributes that will be saved with the subjectConstructor parameters in edu.internet2.middleware.grouper.hooks.beans with type arguments of type ExternalSubjectAttributeModifierConstructorDescriptionHooksExternalSubjectBean(ExternalSubject theExternalSubject, boolean isInsert, boolean isUpdate, Set<ExternalSubjectAttribute> theExternalSubjectAttributes, String theExternalSubjectInviteName, boolean theAutoAddGroups, boolean theFromDaemon) call this when editing the external subject, insert or udpate -
Uses of ExternalSubjectAttribute in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that return ExternalSubjectAttributeModifier and TypeMethodDescriptionExternalSubjectAttributeDAO.findByUuid(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) find an external subject attribute by identifierMethods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type ExternalSubjectAttributeModifier and TypeMethodDescriptionExternalSubjectAttributeDAO.findBySubject(String subjectUuid, QueryOptions queryOptions) find attributes by subject, order by system nameMethods in edu.internet2.middleware.grouper.internal.dao with parameters of type ExternalSubjectAttributeModifier and TypeMethodDescriptionvoidExternalSubjectAttributeDAO.delete(ExternalSubjectAttribute externalSubjectAttribute) delete an external subject and all its attributesvoidExternalSubjectAttributeDAO.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute) insert or update an external subject attribute to the DB -
Uses of ExternalSubjectAttribute in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return ExternalSubjectAttributeModifier and TypeMethodDescriptionHib3ExternalSubjectAttributeDAO.findByUuid(String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type ExternalSubjectAttributeModifier and TypeMethodDescriptionHib3ExternalSubjectAttributeDAO.findBySubject(String subjectUuid, QueryOptions queryOptions) Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type ExternalSubjectAttributeModifier and TypeMethodDescriptionvoidHib3ExternalSubjectAttributeDAO.delete(ExternalSubjectAttribute externalSubjectAttribute) voidHib3ExternalSubjectAttributeDAO.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)