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-5 bis #10

Closed
wants to merge 4 commits into from
Closed

ELY-5 bis #10

wants to merge 4 commits into from

Conversation

dmlloyd
Copy link
Contributor

@dmlloyd dmlloyd commented Jul 11, 2014

This incorporates a slightly cleaned up version of pull #5 as well as a refactor to move the password string parsing facilities out into a separate utilities class, unifying all parsing/generating of crypt strings.

@@ -18,6 +18,9 @@

package org.wildfly.security.password.impl;

import static org.wildfly.security.password.interfaces.UnixSHACryptPassword.*;
Copy link
Contributor

Choose a reason for hiding this comment

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

I hate any form of wildcard import ;-) But I know others are more relaxed about it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I think static * is okay, and the reason is that all the definitions that would be imported are always found within one source file. In addition, the static members of interfaces tend to be more limited than those of classes.

@darranl
Copy link
Contributor

darranl commented Jul 15, 2014

Merged

@darranl darranl closed this Jul 15, 2014
@dmlloyd dmlloyd deleted the ELY-5-bis branch July 15, 2014 14:20
fjuma referenced this pull request in justinmcook/wildfly-elytron Jun 8, 2018
…ificate generation instead of using pre-generated CAs and certs
darranl added a commit to darranl-archive/2020-wildfly-elytron that referenced this pull request Dec 12, 2018
[ELY-1711] Create new 'wildfly-elytron-audit' module
darranl added a commit to darranl-archive/2020-wildfly-elytron that referenced this pull request Jan 7, 2019
Skyllarr pushed a commit to Skyllarr/wildfly-elytron that referenced this pull request Sep 21, 2021
Update numbering in the jetty-standalone README file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants