public final class FederationRouterRMTokenInputValidator extends Object
Modifier and Type | Method and Description |
---|---|
static void |
validate(RouterMasterKeyRequest request)
We will check with the RouterMasterKeyRequest
RouterMasterKeyRequest
to ensure that the request object is not empty and that the RouterMasterKey is not empty. |
static void |
validate(RouterRMTokenRequest request)
We will check with the RouterRMTokenRequest
RouterRMTokenRequest
to ensure that the request object is not empty and that the RouterStoreToken is not empty. |
public static void validate(RouterRMTokenRequest request) throws FederationStateStoreInvalidInputException
RouterRMTokenRequest
to ensure that the request object is not empty and that the RouterStoreToken is not empty.request
- RouterRMTokenRequest Request.FederationStateStoreInvalidInputException
- if the request is invalid.public static void validate(RouterMasterKeyRequest request) throws FederationStateStoreInvalidInputException
RouterMasterKeyRequest
to ensure that the request object is not empty and that the RouterMasterKey is not empty.request
- RouterMasterKey Request.FederationStateStoreInvalidInputException
- if the request is invalid.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.