public interface JaasPermissionsProvider
principle
returned
from JAAS to the SecurityPermissionSet
that will be then assigned to user.
You can inject custom implementation of this interface via
JaasAuthenticator.setPermissionsProvider(JaasPermissionsProvider)
configuration setter.
Modifier and Type | Method and Description |
---|---|
SecurityPermissionSet |
permissions(String principal)
Converts
principal to SecurityPermissionSet . |
SecurityPermissionSet permissions(String principal) throws IgniteCheckedException
principal
to SecurityPermissionSet
.principal
- Principal to convert.IgniteCheckedException
- In case of error.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024