You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Alan Cabrera (JIRA)" <ji...@apache.org> on 2009/03/06 14:59:56 UTC

[jira] Moved: (KI-22) Subject acquisition based on method argument

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

Alan Cabrera moved JSEC-17 to KI-22:
------------------------------------

        Fix Version/s:     (was: 1.0)
          Component/s:     (was: Subject)
    Affects Version/s:     (was: 1.0)
                  Key: KI-22  (was: JSEC-17)
              Project: Ki  (was: JSecurity)

> Subject acquisition based on method argument
> --------------------------------------------
>
>                 Key: KI-22
>                 URL: https://issues.apache.org/jira/browse/KI-22
>             Project: Ki
>          Issue Type: New Feature
>            Reporter: Les Hazlewood
>
> Especially for enterprise applications who federate Subjects and Sessions across applications, it would be nice to acquire/create a Subject instance based on some set of initialization data method argument, most likely a sessionId token that is passed from one application to another.
> For example:
> SecurityUtils.getSubject( Serializable data );
> SecurityManager.getSubject( Serializable data );
> this would most likely be a sessionId for federated sessions (SSO) across applications, e.g.
> SecurityUtils.getSubject( sessionId );
> SecurityManager.getSubject( sessionId );

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.