-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce new Identity Context to the carbon core #6325
base: master
Are you sure you want to change the base?
Conversation
...rbon.identity.core/src/main/java/org/wso2/carbon/identity/core/context/model/UserEntity.java
Outdated
Show resolved
Hide resolved
...entity.core/src/main/java/org/wso2/carbon/identity/core/context/model/ApplicationEntity.java
Outdated
Show resolved
Hide resolved
...entity.core/src/main/java/org/wso2/carbon/identity/core/context/model/ApplicationEntity.java
Outdated
Show resolved
Hide resolved
...ity.core/src/main/java/org/wso2/carbon/identity/core/internal/IdentityContextDataHolder.java
Outdated
Show resolved
Hide resolved
...so2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/context/model/Flow.java
Outdated
Show resolved
Hide resolved
/** | ||
* Enum for Initiator persona. | ||
* Specifies the type of entity responsible for initiating the Flow | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better expain this initiating persona bit more
//enable async support | ||
super(true); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explain what this means
Quality Gate passedIssues Measures |
Proposed changes in this pull request
This PR will add a new Identity Context in carbon identity core.
It will use a separate DataHolder to store the data needed to store in the context.
Also this will have read access to the CarbonContextDataHolder as well.
Related Issue