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 class
AbstractAttributeDocumentToEntityConverter<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 class
AbstractAttributeElasticSearchRepositoryImpl<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 class
AbstractAttributeAwareRepositoryImpl<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 class
AbstractAttributeAwareSearchBean<DTO extends AbstractMetadataTypeDTO,AttributeDTO extends AbstractAttributeDTO,S extends AbstractAttributeSearchBean<AttributeDTO>>
class
AbstractAttributeSearchBean<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 class
LoginAttribute
-
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 class
GroupAttribute
-
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 class
OrganizationAttribute
-
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 class
OTPProviderAttribute
-
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 class
ResourceProp
ResourceProp 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 class
RoleAttribute
Java 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 class
SourceAdapterConfigAttr
-
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 class
UserAttribute
UserAttribute represents an individual attribute that is associated with a user.
-