Skip to content
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

Application role management service #4859

Closed
wants to merge 2 commits into from

Conversation

AnuradhaSK
Copy link
Contributor

@AnuradhaSK AnuradhaSK commented Aug 16, 2023

Proposed changes in this pull request

Support BE service for application-level role creation and management
part of wso2/product-is#16363

import org.wso2.carbon.identity.application.role.mgt.exceptions.ApplicationRoleManagementServerException;
import org.wso2.carbon.identity.core.util.IdentityDatabaseUtil;

public class ApplicationRoleMgtUtils {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add java doc comment


private static final String APP_ROLE_MGT_ERROR_CODE_PREFIX = "APM-";

public enum ErrorMessages {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add java doc comment

@AnuradhaSK
Copy link
Contributor Author

closing the draft PR because these changes are included with other changes in #4873

@AnuradhaSK AnuradhaSK closed this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants