public interface SecurityProvider
| Modifier and Type | Method and Description |
|---|---|
String |
validate(String tenant,
String principal)
This method validates that the principal has access to the requested tenant.
|
String validate(String tenant, String principal) throws SecurityProviderException
tenant - The tenantprincipal - The principalSecurityProviderException - Principal does not have access to the tenantCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.