Uses of Class
ca.cdr.api.model.json.OAuth2ClientSecretJson
Packages that use OAuth2ClientSecretJson
-
Uses of OAuth2ClientSecretJson in ca.cdr.api.model.json
Methods in ca.cdr.api.model.json that return OAuth2ClientSecretJsonModifier and TypeMethodDescriptionOAuth2WritableClientDetailsJson.addClientSecret()
OAuth2WritableClientDetailsJson.addClientSecret
(String theSecret) OAuth2WritableClientDetailsJson.addClientSecret
(String theSecret, Date theExpiration) OAuth2ClientSecretJson.setActivation
(Date theActivation) OAuth2ClientSecretJson.setDescription
(String theDescription) OAuth2ClientSecretJson.setExpiration
(Date theExpiration) Methods in ca.cdr.api.model.json that return types with arguments of type OAuth2ClientSecretJsonModifier and TypeMethodDescriptionOAuth2WritableClientDetailsJson.getClientSecret
(Long thePid) OAuth2WritableClientDetailsJson.getClientSecrets()
Methods in ca.cdr.api.model.json with parameters of type OAuth2ClientSecretJsonModifier and TypeMethodDescriptionOAuth2WritableClientDetailsJson.addClientSecret
(OAuth2ClientSecretJson theSecret) Method parameters in ca.cdr.api.model.json with type arguments of type OAuth2ClientSecretJsonModifier and TypeMethodDescriptionvoid
OAuth2WritableClientDetailsJson.setClientSecrets
(List<OAuth2ClientSecretJson> theClientSecrets)