Uses of Class
org.openiam.base.AbstractAttributeDTO
-
-
Uses of AbstractAttributeDTO in org.openiam.elasticsearch.converter
Classes in org.openiam.elasticsearch.converter with type parameters of type AbstractAttributeDTO Modifier and Type Class Description classAbstractAttributeDocumentToEntityConverter<D extends AbstractAttributeDoc,E extends AbstractAttributeEntity,DTO extends AbstractAttributeDTO> -
Uses of AbstractAttributeDTO in org.openiam.esb.elasticsearch.repository.impl
Classes in org.openiam.esb.elasticsearch.repository.impl with type parameters of type AbstractAttributeDTO Modifier and Type Class Description classAbstractAttributeElasticSearchRepositoryImpl<T extends AbstractAttributeDoc,DTO extends AbstractAttributeDTO,S extends AbstractAttributeSearchBean<DTO>> -
Uses of AbstractAttributeDTO in org.openiam.esb.repository.impl
Classes in org.openiam.esb.repository.impl with type parameters of type AbstractAttributeDTO Modifier and Type Class Description classAbstractAttributeAwareRepositoryImpl<Entity extends AbstractMetadataTypeEntity,DTO extends AbstractMetadataTypeDTO,AttributeEntity extends AbstractAttributeEntity,AttributeDTO extends AbstractAttributeDTO,S extends AbstractAttributeAwareSearchBean<DTO,AttributeDTO,AttributeSearchBean>,AttributeSearchBean extends AbstractAttributeSearchBean<AttributeDTO>> -
Uses of AbstractAttributeDTO in org.openiam.idm.processor.groovy
Methods in org.openiam.idm.processor.groovy with type parameters of type AbstractAttributeDTO Modifier and Type Method Description protected <T extends AbstractAttributeDTO>
TAbstractMembershipGenerator. getAttributeByName(Set<T> attributes, String name)Use this method to get Attribute by Name -
Uses of AbstractAttributeDTO in org.openiam.idm.searchbeans
Classes in org.openiam.idm.searchbeans with type parameters of type AbstractAttributeDTO Modifier and Type Class Description classAbstractAttributeAwareSearchBean<DTO extends AbstractMetadataTypeDTO,AttributeDTO extends AbstractAttributeDTO,S extends AbstractAttributeSearchBean<AttributeDTO>>classAbstractAttributeSearchBean<T extends AbstractAttributeDTO> -
Uses of AbstractAttributeDTO in org.openiam.idm.srvc.auth.dto
Subclasses of AbstractAttributeDTO in org.openiam.idm.srvc.auth.dto Modifier and Type Class Description classLoginAttribute -
Uses of AbstractAttributeDTO in org.openiam.idm.srvc.grp.dto
Subclasses of AbstractAttributeDTO in org.openiam.idm.srvc.grp.dto Modifier and Type Class Description classGroupAttribute -
Uses of AbstractAttributeDTO in org.openiam.idm.srvc.org.dto
Subclasses of AbstractAttributeDTO in org.openiam.idm.srvc.org.dto Modifier and Type Class Description classOrganizationAttribute -
Uses of AbstractAttributeDTO in org.openiam.idm.srvc.otp.dto
Subclasses of AbstractAttributeDTO in org.openiam.idm.srvc.otp.dto Modifier and Type Class Description classOTPProviderAttribute -
Uses of AbstractAttributeDTO in org.openiam.idm.srvc.res.dto
Subclasses of AbstractAttributeDTO in org.openiam.idm.srvc.res.dto Modifier and Type Class Description classResourcePropResourceProp enables the extension of a resource by associated properties (name value pairs) to them. -
Uses of AbstractAttributeDTO in org.openiam.idm.srvc.role.dto
Subclasses of AbstractAttributeDTO in org.openiam.idm.srvc.role.dto Modifier and Type Class Description classRoleAttributeJava class for roleAttribute. -
Uses of AbstractAttributeDTO in org.openiam.idm.srvc.sourceadapter.dto
Subclasses of AbstractAttributeDTO in org.openiam.idm.srvc.sourceadapter.dto Modifier and Type Class Description classSourceAdapterConfigAttr -
Uses of AbstractAttributeDTO in org.openiam.idm.srvc.user.dto
Subclasses of AbstractAttributeDTO in org.openiam.idm.srvc.user.dto Modifier and Type Class Description classUserAttributeUserAttribute represents an individual attribute that is associated with a user.
-