Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athiththan11/wso2-password-validator-maven-archetype
Maven Archetype for WSO2 Password Validators
https://github.com/athiththan11/wso2-password-validator-maven-archetype
custom-password-validator maven maven-archetype password-validator wso2 wso2-identity-server wso2-password-validators
Last synced: 26 days ago
JSON representation
Maven Archetype for WSO2 Password Validators
- Host: GitHub
- URL: https://github.com/athiththan11/wso2-password-validator-maven-archetype
- Owner: athiththan11
- License: apache-2.0
- Created: 2019-05-16T03:25:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T18:58:46.000Z (over 5 years ago)
- Last Synced: 2024-11-08T15:00:08.115Z (3 months ago)
- Topics: custom-password-validator, maven, maven-archetype, password-validator, wso2, wso2-identity-server, wso2-password-validators
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WSO2 Password Validators Maven Archetype
Maven Archetype for WSO2 Password Validators. Use the following maven archetype to generate maven projects to implement WSO2 related custom password validators for WSO2 Identity Servers.
```xml
com.athiththan.wso2
wso2-password-validators
1.0.0```
## Usage
```shell
mvn archetype:generate -DarchetypeGroupId=com.athiththan.wso2 \
-DarchetypeArtifactId=wso2-password-validators \
-DarchetypeVersion=1.0.0 \
-DgroupId= \
-DartifactId=
```