Package com.axway.apim.api.model.apps
Class OAuth
- java.lang.Object
-
- com.axway.apim.api.model.apps.ClientAppCredential
-
- com.axway.apim.api.model.apps.OAuth
-
public class OAuth extends ClientAppCredential
-
-
Constructor Summary
Constructors Constructor Description OAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetCert()StringgetClientId()StringgetCredentialType()String[]getRedirectUrls()StringgetType()inthashCode()voidsetCert(String cert)voidsetClientId(String clientId)voidsetRedirectUrls(String[] redirectUrls)voidsetType(String type)StringtoString()-
Methods inherited from class com.axway.apim.api.model.apps.ClientAppCredential
getApplicationId, getCorsOrigins, getCreatedBy, getCreatedOn, getId, getSecret, isEnabled, setApplicationId, setCorsOrigins, setCreatedBy, setCreatedOn, setEnabled, setId, setSecret
-
-
-
-
Method Detail
-
getCredentialType
public String getCredentialType()
- Specified by:
getCredentialTypein classClientAppCredential
-
getCert
public String getCert()
-
setCert
public void setCert(String cert)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getRedirectUrls
public String[] getRedirectUrls()
-
setRedirectUrls
public void setRedirectUrls(String[] redirectUrls)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classClientAppCredential
-
hashCode
public int hashCode()
- Overrides:
hashCodein classClientAppCredential
-
-