Class AuthValidator


  • public class AuthValidator
    extends Object
    Utility functions to validate the an authorizer.
    • Constructor Detail

      • AuthValidator

        public AuthValidator()
    • Method Detail

      • validateAuthorizerName

        public void validateAuthorizerName​(String authorizerName)
        Validates the provided authorizerName.
        Parameters:
        authorizerName - the name of the authorizer.
        Throws:
        IllegalArgumentException - on invalid authorizer names.
      • validateAuthenticatorName

        public void validateAuthenticatorName​(String authenticatorName)
        Validates the provided authenticatorName.
        Parameters:
        authenticatorName - the name of the authenticator.
        Throws:
        IllegalArgumentException - on invalid authenticator names.