[ 
https://issues.apache.org/jira/browse/IGNITE-12759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denis Garus updated IGNITE-12759:
---------------------------------
    Description: 
Extend the _GridSecurityProcessor_ interface by adding _securityContext(UUID 
subjId)_ method and use this method to get the actual security context.
h4. Backward compatibility

The logic of getting security context for Ignite:
 # Get a security context through _GridSecurityProcessor_;
 # If _GridSecurityProcessor_ returned null, try to get a security context 
using _ClusterNode_ attributes (as it works now);
 # If _ClusterNode_ attributes contain no security context, return _the unknown 
security context_.

  was:Extend the _GridSecurityProcessor_ interface by adding 
_securityContext(UUID subjId)_ method and use this method to get the actual 
security context.


> Getting a SecurityContext from GridSecurityProcessor
> ----------------------------------------------------
>
>                 Key: IGNITE-12759
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12759
>             Project: Ignite
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 2.8
>            Reporter: Denis Garus
>            Assignee: Denis Garus
>            Priority: Major
>              Labels: iep-41
>
> Extend the _GridSecurityProcessor_ interface by adding _securityContext(UUID 
> subjId)_ method and use this method to get the actual security context.
> h4. Backward compatibility
> The logic of getting security context for Ignite:
>  # Get a security context through _GridSecurityProcessor_;
>  # If _GridSecurityProcessor_ returned null, try to get a security context 
> using _ClusterNode_ attributes (as it works now);
>  # If _ClusterNode_ attributes contain no security context, return _the 
> unknown security context_.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to