1) SecurityContext has been renamed IdentityContext, and made an interface
2) DefaultIdentityManager has been renamed ContextualIdentityManager, and now implements the IdentityContext interface
This change eliminates the weirdness we had around the 1:1 relationship between IdentityManager and SecurityContext, and also results in having to create one less object per IDM "session".
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
The following changes have been made:
1) SecurityContext has been renamed IdentityContext, and made an interface
2) DefaultIdentityManager has been renamed ContextualIdentityManager, and now implements the IdentityContext interface
This change eliminates the weirdness we had around the 1:1 relationship between IdentityManager and SecurityContext, and also results in having to create one less object per IDM "session".