Package org.wso2.pingfederate.model
Class ClientInfo
java.lang.Object
org.wso2.pingfederate.model.ClientInfo
DCR Client Info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanbooleanbooleanvoidsetBypassApprovalPage(boolean bypassApprovalPage) voidsetClientAuthnType(String clientAuthnType) voidsetClientId(String clientId) voidsetDescription(String description) voidsetExclusiveScopes(Object exclusiveScopes) voidsetForceSecretChange(boolean forceSecretChange) voidsetGrantTypes(List<String> grantTypes) voidvoidsetRedirectUris(List<String> redirectUris) voidsetRestrictedResponseTypes(List<String> restrictedResponseTypes) voidsetRestrictedScopes(Object restrictedScopes) voidsetRestrictScopes(boolean restrictScopes) void
-
Constructor Details
-
ClientInfo
public ClientInfo()
-
-
Method Details
-
isForceSecretChange
public boolean isForceSecretChange() -
setForceSecretChange
public void setForceSecretChange(boolean forceSecretChange) -
getName
-
setName
-
getClientId
-
setClientId
-
getRedirectUris
-
setRedirectUris
-
getGrantTypes
-
setGrantTypes
-
getDescription
-
setDescription
-
getClientAuthnType
-
setClientAuthnType
-
getSecret
-
setSecret
-
getRestrictedScopes
-
setRestrictedScopes
-
getExclusiveScopes
-
setExclusiveScopes
-
getRestrictedResponseTypes
-
setRestrictedResponseTypes
-
isRestrictScopes
public boolean isRestrictScopes() -
setRestrictScopes
public void setRestrictScopes(boolean restrictScopes) -
isBypassApprovalPage
public boolean isBypassApprovalPage() -
setBypassApprovalPage
public void setBypassApprovalPage(boolean bypassApprovalPage)
-