Refactor SAML metadata generation to use the SAMLMetadataWriter class

This commit is contained in:
Luca Leonardo Scorcia
2020-04-22 07:38:39 -04:00
committed by Hynek Mlnařík
parent 90cf478f13
commit d6934c64fd
12 changed files with 406 additions and 247 deletions

View File

@@ -177,4 +177,4 @@ public enum JBossSAMLURIConstants {
public static JBossSAMLURIConstants from(String key) {
return REVERSE_LOOKUP.from(key);
}
}
}