Package com.axway.apim.adapter.apis
Class APIManagerAPIAccessAdapter
- java.lang.Object
-
- com.axway.apim.adapter.apis.APIManagerAPIAccessAdapter
-
public class APIManagerAPIAccessAdapter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPIManagerAPIAccessAdapter.Type
-
Constructor Summary
Constructors Constructor Description APIManagerAPIAccessAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type)voiddeleteAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type)List<APIAccess>getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type)List<APIAccess>getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type, boolean includeAPIName)voidremoveClientOrganization(List<Organization> removingActualOrgs, String apiId)voidsaveAPIAccess(List<APIAccess> apiAccess, AbstractEntity entity, APIManagerAPIAccessAdapter.Type type)
-
-
-
Method Detail
-
getAPIAccess
public List<APIAccess> getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type) throws AppException
- Throws:
AppException
-
getAPIAccess
public List<APIAccess> getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type, boolean includeAPIName) throws AppException
- Throws:
AppException
-
saveAPIAccess
public void saveAPIAccess(List<APIAccess> apiAccess, AbstractEntity entity, APIManagerAPIAccessAdapter.Type type) throws AppException
- Throws:
AppException
-
createAPIAccess
public void createAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type) throws AppException
- Throws:
AppException
-
deleteAPIAccess
public void deleteAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type) throws AppException
- Throws:
AppException
-
removeClientOrganization
public void removeClientOrganization(List<Organization> removingActualOrgs, String apiId) throws AppException
- Throws:
AppException
-
-