public class AuthValidator extends Object
| Constructor and Description |
|---|
AuthValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateAuthenticatorName(String authenticatorName)
Validates the provided authenticatorName.
|
void |
validateAuthorizerName(String authorizerName)
Validates the provided authorizerName.
|
public void validateAuthorizerName(String authorizerName)
authorizerName - the name of the authorizer.IllegalArgumentException - on invalid authorizer names.public void validateAuthenticatorName(String authenticatorName)
authenticatorName - the name of the authenticator.IllegalArgumentException - on invalid authenticator names.Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.