All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.identity.uaa.zone.ClientSecretValidator Maven / Gradle / Ivy

package org.cloudfoundry.identity.uaa.zone;



public interface ClientSecretValidator {

    /**
     * Validates the client secret as to whether it conforms to the validation rules.
     *  @param clientSecret the trial clientSecret
     *
     */
    void validate(String clientSecret) throws InvalidClientSecretException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy