-
Notifications
You must be signed in to change notification settings - Fork 96
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
Add user approval APIs #260
base: master
Are you sure you want to change the base?
Conversation
|
....carbon.identity.api.user.approval/org.wso2.carbon.identity.api.user.approval.common/pom.xml
Outdated
Show resolved
Hide resolved
<parent> | ||
<artifactId>org.wso2.carbon.identity.api.user.approval</artifactId> | ||
<groupId>org.wso2.carbon.identity.user.api</groupId> | ||
<version>1.3.59-SNAPSHOT</version> |
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.
The artifact version might get increased when we are going to merge this PR. At that time, let's remember to update the version.
|
||
</dependencies> | ||
|
||
</project> |
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.
Add new line to the end of file.
...o2/carbon/identity/rest/api/user/approval/v1/core/factories/ApprovalEventServiceFactory.java
Show resolved
Hide resolved
import org.wso2.carbon.identity.workflow.engine.ApprovalEventService; | ||
|
||
public class ApprovalEventServiceFactory { | ||
private static final ApprovalEventService SERVICE; |
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.
Add new line. Follow for the other classes also.
@Override | ||
public Response getApprovalTaskInfo(String taskId) { | ||
|
||
// do some magic! |
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.
// do some magic! |
...pproval.v1/src/gen/java/org/wso2/carbon/identity/rest/api/user/approval/v1/dto/StateDTO.java
Outdated
Show resolved
Hide resolved
...oval.v1/src/gen/java/org/wso2/carbon/identity/rest/api/user/approval/v1/dto/PropertyDTO.java
Outdated
Show resolved
Hide resolved
...approval/org.wso2.carbon.identity.rest.api.user.approval.v1/src/main/resources/approval.yaml
Outdated
Show resolved
Hide resolved
...approval/org.wso2.carbon.identity.rest.api.user.approval.v1/src/main/resources/approval.yaml
Outdated
Show resolved
Hide resolved
@SenuDyl Shall we update the PR description with the public git issue? |
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning