Package | Description |
---|---|
org.picketlink.common | |
org.picketlink.common.exceptions | |
org.picketlink.common.util |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPicketLinkLogger.authenticationManagerError(ConfigurationException e) |
void |
PicketLinkLogger.authenticationManagerError(ConfigurationException e) |
void |
DefaultPicketLinkLogger.authorizationManagerError(ConfigurationException e) |
void |
PicketLinkLogger.authorizationManagerError(ConfigurationException e) |
Modifier and Type | Class and Description |
---|---|
class |
TrustKeyConfigurationException
ConfigurationException in the TrustKeyManager
|
Modifier and Type | Method and Description |
---|---|
static Document |
DocumentUtil.createDocument()
Create a new document
|
static Document |
DocumentUtil.getDocument(File file)
Get Document from a file
|
static Document |
DocumentUtil.getDocument(InputStream is)
Get Document from an inputstream
|
static Document |
DocumentUtil.getDocument(Reader reader)
Parse a document from a reader
|
static Document |
DocumentUtil.getDocument(String docString)
Parse a document from the string
|
static String |
DocumentUtil.getDocumentAsString(Document signedDoc)
Marshall a document into a String
|
static Document |
DocumentUtil.getDocumentFromSource(Source source) |
static String |
DocumentUtil.getDOMElementAsString(Element element)
Marshall a DOM Element as string
|
static InputStream |
DocumentUtil.getNodeAsStream(Node node)
Stream a DOM Node as an input stream
|
static String |
DocumentUtil.getNodeAsString(Node node)
Stream a DOM Node as a String
|
static Node |
DocumentUtil.getNodeFromSource(Source source) |
static InputStream |
DocumentUtil.getSourceAsStream(Source source)
Get the
Source as an InputStream |
static Transformer |
TransformerUtil.getStaxSourceToDomResultTransformer()
Get the Custom Stax Source to DOM result transformer that has been written to get over the JDK transformer bugs
(JDK6) as well as the issue of Xalan installing its Transformer (which does not support stax).
|
static Transformer |
TransformerUtil.getTransformer()
Get the Default Transformer
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.