Package com.axway.apim.adapter.apis
Class APIManagerOAuthClientProfilesAdapter
- java.lang.Object
-
- com.axway.apim.adapter.apis.APIManagerOAuthClientProfilesAdapter
-
public class APIManagerOAuthClientProfilesAdapter extends Object
-
-
Constructor Summary
Constructors Constructor Description APIManagerOAuthClientProfilesAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthClientProfilegetOAuthClientProfile(String profileName)List<OAuthClientProfile>getOAuthClientProfiles()
-
-
-
Method Detail
-
getOAuthClientProfiles
public List<OAuthClientProfile> getOAuthClientProfiles() throws AppException
- Throws:
AppException
-
getOAuthClientProfile
public OAuthClientProfile getOAuthClientProfile(String profileName) throws AppException
- Throws:
AppException
-
-