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-923] Caching realm - added caching credentials and attributes #674

Merged
merged 1 commit into from Feb 28, 2017
Merged

[ELY-923] Caching realm - added caching credentials and attributes #674

merged 1 commit into from Feb 28, 2017

Conversation

hkalina
Copy link

@hkalina hkalina commented Feb 13, 2017

Caching identity attributes and credentials (acquiring, evidence verification kept without cache).
https://issues.jboss.org/browse/ELY-923 (reported as ldap related issue)
https://issues.jboss.org/browse/ELY-915 (the same issue for filesystem realm)
(no subsystem part)

@pedroigor pedroigor self-requested a review February 13, 2017 23:55

AuthorizationIdentity authorizationIdentity = null;
Attributes attributes = null;
Map<Class, Credential> credentialsByType = new HashMap<>();
Copy link
Contributor

Choose a reason for hiding this comment

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

Raw type here.

Copy link
Contributor

Choose a reason for hiding this comment

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

Could you use an IdentityCredentials instance here?

@hkalina
Copy link
Author

hkalina commented Feb 16, 2017

@dmlloyd Updated to use IdentityCredentials instead. Is it ok now?

@dmlloyd dmlloyd added the +1 DML label Feb 27, 2017
@darranl darranl added the +1 DAL label Feb 28, 2017
@darranl darranl merged commit dd75b83 into wildfly-security:master Feb 28, 2017
@hkalina hkalina deleted the ely923ldapcache branch March 14, 2017 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants