Uses of Class
com.pingidentity.sdk.oauth20.registration.DynamicClient.Status
-
Packages that use DynamicClient.Status Package Description com.pingidentity.sdk.oauth20.registration A plugin interface, with associated classes, for creating custom OAuth 2.0 client registration policies. -
-
Uses of DynamicClient.Status in com.pingidentity.sdk.oauth20.registration
Methods in com.pingidentity.sdk.oauth20.registration that return DynamicClient.Status Modifier and Type Method Description DynamicClient.StatusDynamicClient. addClientMetadataValues(String key, List<String> values)Set a new client metadata value.DynamicClient.StatusDynamicClient. setClientAuthenticationType(String authenticationType)Set the value of the client authentication type.static DynamicClient.StatusDynamicClient.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamicClient.Status[]DynamicClient.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-