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

Move IdP Alias Handling to separate Class #2737

Merged
merged 13 commits into from
Feb 29, 2024

Conversation

adrianhoelzl-sap
Copy link
Contributor

see issue #2505

Move the handling of alias IdPs to a separate class so that it can be re-used for the future alias feature for SCIM users.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/187079914

The labels on this github issue will be updated when the story is started.

&& existingEntity.getAliasZid().equals(requestBody.getAliasZid());
}

// alias ID must not be set when no alias existed already
Copy link
Contributor

Choose a reason for hiding this comment

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

caller must not choose alias ID, instead new alias ID will be generated

@adrianhoelzl-sap adrianhoelzl-sap requested a review from a team February 21, 2024 15:30
void setAliasId(String aliasId);

@Nullable
String getAliasZid();
Copy link
Contributor

Choose a reason for hiding this comment

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

I suppose that aliasZid is aliasZoneId, right? Might be better to either document it (javadoc) or rename the property to something clearer?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added Javadoc comments in commit 0197893

@torsten-sap torsten-sap merged commit b289b65 into develop Feb 29, 2024
20 checks passed
@torsten-sap torsten-sap deleted the feature/move-idp-alias-handling-to-separate-class branch February 29, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants