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 ExternalSubjectAttribute
ExternalSubjectAttributeStorageController.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 TypeMethodDescriptionvoid
ExternalSubjectAttributeDbStorage.delete
(ExternalSubjectAttribute externalSubjectAttribute) void
ExternalSubjectAttributeStorable.delete
(ExternalSubjectAttribute externalSubjectAttribute) delete an external subject and all its attributesstatic void
ExternalSubjectAttributeStorageController.delete
(ExternalSubjectAttribute externalSubjectAttribute) void
ExternalSubjectAttributeDbStorage.saveOrUpdate
(ExternalSubjectAttribute externalSubjectAttribute) void
ExternalSubjectAttributeStorable.saveOrUpdate
(ExternalSubjectAttribute externalSubjectAttribute) insert or update an external subject attribute to the DBstatic void
ExternalSubjectAttributeStorageController.saveOrUpdate
(ExternalSubjectAttribute externalSubjectAttribute) Method parameters in edu.internet2.middleware.grouper.externalSubjects with type arguments of type ExternalSubjectAttributeModifier and TypeMethodDescriptionvoid
ExternalSubject.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 TypeMethodDescriptionvoid
HooksExternalSubjectBean.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 TypeMethodDescriptionvoid
ExternalSubjectAttributeDAO.delete
(ExternalSubjectAttribute externalSubjectAttribute) delete an external subject and all its attributesvoid
ExternalSubjectAttributeDAO.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 TypeMethodDescriptionvoid
Hib3ExternalSubjectAttributeDAO.delete
(ExternalSubjectAttribute externalSubjectAttribute) void
Hib3ExternalSubjectAttributeDAO.saveOrUpdate
(ExternalSubjectAttribute externalSubjectAttribute)