Package org.openiam.srvc.am
Interface AuthResourceAttributeWebService
-
- All Known Implementing Classes:
AuthResourceAttributeWebServiceImpl
public interface AuthResourceAttributeWebService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AuthResourceAMAttribute>getAmAttributeList()AuthResourceAttributeMapgetAttribute(String attributeMapId)List<SSOAttribute>getSSOAttributes(String providerId, String userId)ResponseremoveAttributeMap(String attributeMapId)ResponsesaveAttributeMap(AuthResourceAttributeMap attributeMap)
-
-
-
Method Detail
-
getAmAttributeList
List<AuthResourceAMAttribute> getAmAttributeList()
-
getAttribute
AuthResourceAttributeMap getAttribute(String attributeMapId)
-
saveAttributeMap
Response saveAttributeMap(AuthResourceAttributeMap attributeMap)
-
getSSOAttributes
List<SSOAttribute> getSSOAttributes(String providerId, String userId)
-
-