Interface DestinationCredentialService
-
- All Known Implementing Classes:
DefaultDestinationCredentialService
public interface DestinationCredentialServiceService layer interface for Destination Credentials.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValidDestinationCredential(AbstractDestinationModel destination)Method that : validate ExposedDestination does not contain ConsumedOAuthCredential validate ConsumedDestination does not contain ExposedOAuthCredential
-
-
-
Method Detail
-
isValidDestinationCredential
boolean isValidDestinationCredential(AbstractDestinationModel destination)
Method that :- validate ExposedDestination does not contain ConsumedOAuthCredential
- validate ConsumedDestination does not contain ExposedOAuthCredential
- Parameters:
destination- a destination to be checked- Returns:
- true if the credential type is allowed with the destination type
-
-