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

[ELY-345] Enhancements to the getCredential API on the realm identities. #310

Merged
merged 1 commit into from Oct 26, 2015

Conversation

darranl
Copy link
Contributor

@darranl darranl commented Oct 26, 2015

Allow getCredential on the RealmIdentity to be able to reso…lve the full credential name list against the Map of supported credential types with their supported algorithms.

At the same time the getCredential method that realms are required to implement on their identity is reduced down to the most basic: -
Credential getCredential(String credentialName);

Realms can then optionally choose to implement the stronger variants if they make sense to the realm, otherwise default implementations are provided.

…lve the full credential name list against the Map of supported credential types with their supported algorithms.

At the same time the getCredential method that realms are required to implement on their identity is reduced down to the most basic: -
  Credential getCredential(String credentialName);

Realms can then optionally choose to implement the stronger variants if they make sense to the realm, otherwise default implementations are provided.
@dmlloyd dmlloyd added the +1 DML label Oct 26, 2015
pedroigor added a commit that referenced this pull request Oct 26, 2015
[ELY-345]  Enhancements to the getCredential API on the realm identities.
@pedroigor pedroigor merged commit 78b04d7 into wildfly-security:master Oct 26, 2015
@darranl darranl deleted the ELY-345 branch May 6, 2016 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants