Uses of Class
org.openiam.am.srvc.dto.AuthResourceAttributeMap
-
-
Uses of AuthResourceAttributeMap in org.openiam.am.srvc.dto
Methods in org.openiam.am.srvc.dto that return AuthResourceAttributeMap Modifier and Type Method Description AuthResourceAttributeMapAuthProvider. getResourceAttributeByName(String name) -
Uses of AuthResourceAttributeMap in org.openiam.base.response
Methods in org.openiam.base.response that return AuthResourceAttributeMap Modifier and Type Method Description AuthResourceAttributeMapAuthResourceAttributeMapResponse. getAttributeMap()Methods in org.openiam.base.response with parameters of type AuthResourceAttributeMap Modifier and Type Method Description voidAuthResourceAttributeMapResponse. setAttributeMap(AuthResourceAttributeMap attributeMap) -
Uses of AuthResourceAttributeMap in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return AuthResourceAttributeMap Modifier and Type Method Description AuthResourceAttributeMapAuthResourceAttributeService. getAttribute(String id)Methods in org.openiam.esb.am.service with parameters of type AuthResourceAttributeMap Modifier and Type Method Description StringAuthResourceAttributeService. saveAttributeMap(AuthResourceAttributeMap attribute) -
Uses of AuthResourceAttributeMap in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return AuthResourceAttributeMap Modifier and Type Method Description AuthResourceAttributeMapAuthResourceAttributeServiceImpl. getAttribute(String id)Methods in org.openiam.esb.am.service.impl with parameters of type AuthResourceAttributeMap Modifier and Type Method Description StringAuthResourceAttributeServiceImpl. saveAttributeMap(AuthResourceAttributeMap attributeMap) -
Uses of AuthResourceAttributeMap in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthResourceAttributeMap Modifier and Type Method Description AuthResourceAttributeMapAuthResourceAttributeMapDozerConverter. convertDTO(AuthResourceAttributeMap entity, boolean isDeep)AuthResourceAttributeMapAuthResourceAttributeMapDozerConverter. convertToDTO(AuthResourceAttributeMapEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthResourceAttributeMap Modifier and Type Method Description List<AuthResourceAttributeMap>AuthResourceAttributeMapDozerConverter. convertToDTOList(List<AuthResourceAttributeMapEntity> list, boolean isDeep)Set<AuthResourceAttributeMap>AuthResourceAttributeMapDozerConverter. convertToDTOSet(Set<AuthResourceAttributeMapEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthResourceAttributeMap Modifier and Type Method Description AuthResourceAttributeMapAuthResourceAttributeMapDozerConverter. convertDTO(AuthResourceAttributeMap entity, boolean isDeep)AuthResourceAttributeMapEntityAuthResourceAttributeMapDozerConverter. convertToEntity(AuthResourceAttributeMap entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthResourceAttributeMap Modifier and Type Method Description List<AuthResourceAttributeMapEntity>AuthResourceAttributeMapDozerConverter. convertToEntityList(List<AuthResourceAttributeMap> list, boolean isDeep)Set<AuthResourceAttributeMapEntity>AuthResourceAttributeMapDozerConverter. convertToEntitySet(Set<AuthResourceAttributeMap> set, boolean isDeep) -
Uses of AuthResourceAttributeMap in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return AuthResourceAttributeMap Modifier and Type Method Description AuthResourceAttributeMapAuthResourceAttributeWebService. getAttribute(String attributeMapId)AuthResourceAttributeMapAuthResourceAttributeWebServiceImpl. getAttribute(String attributeMapId)Methods in org.openiam.srvc.am with parameters of type AuthResourceAttributeMap Modifier and Type Method Description ResponseAuthResourceAttributeWebService. saveAttributeMap(AuthResourceAttributeMap attributeMap)ResponseAuthResourceAttributeWebServiceImpl. saveAttributeMap(AuthResourceAttributeMap attributeMap)
-