Class SchemaManagerUtil
- java.lang.Object
-
- org.keycloak.saml.processing.core.util.SchemaManagerUtil
-
public class SchemaManagerUtil extends Object
Manages the schemas for PicketLink- Since:
- Jun 30, 2011
- Author:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description SchemaManagerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getSAML11Schemas()
static List<String>
getSAML2Schemas()
static List<String>
getSchemas()
static List<String>
getWSTrustSchemas()
static List<String>
getXACMLSchemas()
static List<String>
getXMLDSig()
static List<String>
getXMLEnc()
static List<String>
getXMLSchemas()
-