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 AuthResourceAttributeMap
AuthProvider. 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 AuthResourceAttributeMap
AuthResourceAttributeMapResponse. getAttributeMap()
Methods in org.openiam.base.response with parameters of type AuthResourceAttributeMap Modifier and Type Method Description void
AuthResourceAttributeMapResponse. 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 AuthResourceAttributeMap
AuthResourceAttributeService. getAttribute(String id)
Methods in org.openiam.esb.am.service with parameters of type AuthResourceAttributeMap Modifier and Type Method Description String
AuthResourceAttributeService. 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 AuthResourceAttributeMap
AuthResourceAttributeServiceImpl. getAttribute(String id)
Methods in org.openiam.esb.am.service.impl with parameters of type AuthResourceAttributeMap Modifier and Type Method Description String
AuthResourceAttributeServiceImpl. 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 AuthResourceAttributeMap
AuthResourceAttributeMapDozerConverter. convertDTO(AuthResourceAttributeMap entity, boolean isDeep)
AuthResourceAttributeMap
AuthResourceAttributeMapDozerConverter. 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 AuthResourceAttributeMap
AuthResourceAttributeMapDozerConverter. convertDTO(AuthResourceAttributeMap entity, boolean isDeep)
AuthResourceAttributeMapEntity
AuthResourceAttributeMapDozerConverter. 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 AuthResourceAttributeMap
AuthResourceAttributeWebService. getAttribute(String attributeMapId)
AuthResourceAttributeMap
AuthResourceAttributeWebServiceImpl. getAttribute(String attributeMapId)
Methods in org.openiam.srvc.am with parameters of type AuthResourceAttributeMap Modifier and Type Method Description Response
AuthResourceAttributeWebService. saveAttributeMap(AuthResourceAttributeMap attributeMap)
Response
AuthResourceAttributeWebServiceImpl. saveAttributeMap(AuthResourceAttributeMap attributeMap)
-