Modifier and Type | Method and Description |
---|---|
Object |
AbstractParser.parse(InputStream configStream)
Parse an InputStream for payload
|
Object |
ParserNamespaceSupport.parse(XMLEventReader xmlEventReader)
Parse the event stream
|
Modifier and Type | Method and Description |
---|---|
static void |
StaxParserUtil.bypassElementBlock(XMLEventReader xmlEventReader,
String tag)
Bypass an entire XML element block from startElement to endElement
|
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 Element |
StaxParserUtil.getDOMElement(XMLEventReader xmlEventReader)
Given that the
XMLEventReader is in XMLStreamConstants.START_ELEMENT mode, we parse into a DOM
Element |
static String |
StaxParserUtil.getElementText(XMLEventReader xmlEventReader)
Get the element text.
|
static EndElement |
StaxParserUtil.getNextEndElement(XMLEventReader xmlEventReader)
Get the next
EndElement |
static XMLEvent |
StaxParserUtil.getNextEvent(XMLEventReader xmlEventReader)
Get the next xml event
|
static StartElement |
StaxParserUtil.getNextStartElement(XMLEventReader xmlEventReader)
Get the next
StartElement |
static boolean |
StaxParserUtil.hasTextAhead(XMLEventReader xmlEventReader)
Return whether the next event is going to be text
|
static XMLEvent |
StaxParserUtil.peek(XMLEventReader xmlEventReader)
Peek at the next event
|
static EndElement |
StaxParserUtil.peekNextEndElement(XMLEventReader xmlEventReader)
Peek the next
EndElement |
static StartElement |
StaxParserUtil.peekNextStartElement(XMLEventReader xmlEventReader)
Peek the next
StartElement |
static void |
TransformerUtil.transform(JAXBContext context,
JAXBElement<?> jaxb,
Result result) |
static void |
TransformerUtil.transform(Transformer transformer,
Source source,
DOMResult result)
Use the transformer to transform
|
static void |
TransformerUtil.transform(Transformer transformer,
StAXSource stax,
DOMResult result)
Use the transformer to transform
|
Modifier and Type | Method and Description |
---|---|
Object |
PicketLinkConfigParser.parse(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
Object |
STSConfigParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLConfigParser.parse(XMLEventReader xmlEventReader) |
protected Handler |
SAMLConfigParser.parseHandler(XMLEventReader xmlEventReader,
StartElement startElement) |
protected Handlers |
SAMLConfigParser.parseHandlers(XMLEventReader xmlEventReader) |
protected void |
SAMLConfigParser.parseIdentityURLProvider(XMLEventReader xmlEventReader,
StartElement startElement,
SPType sp) |
protected IDPType |
SAMLConfigParser.parseIDPConfiguration(XMLEventReader xmlEventReader) |
protected KeyProviderType |
SAMLConfigParser.parseKeyProvider(XMLEventReader xmlEventReader,
StartElement startElement) |
protected MetadataProviderType |
SAMLConfigParser.parseMDProvider(XMLEventReader xmlEventReader,
StartElement startElement) |
protected ProviderType |
SAMLConfigParser.parseSPConfiguration(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
Object |
IDMConfigParser.parse(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
Document |
SAML2Request.convert(RequestAbstractType rat)
Return the DOM object
|
Document |
SAML2Request.convert(ResponseType responseType)
Convert a SAML2 Response into a Document
|
AuthnRequestType |
SAML2Request.getAuthnRequestType(InputStream is)
Get the AuthnRequestType from an input stream
|
AuthnRequestType |
SAML2Request.getAuthnRequestType(String fileName)
Get AuthnRequestType from a file
|
RequestAbstractType |
SAML2Request.getRequestType(InputStream is)
Get a Request Type from Input Stream
|
SAML2Object |
SAML2Request.getSAML2ObjectFromStream(InputStream is)
Get the Underlying SAML2Object from the input stream
|
Modifier and Type | Method and Description |
---|---|
Document |
SAML2Response.convert(StatusResponseType responseType)
Convert a SAML2 Response into a Document
|
AssertionType |
SAML2Response.getAssertionType(InputStream is)
Read an assertion from an input stream
|
EncryptedAssertionType |
SAML2Response.getEncryptedAssertion(InputStream is)
Get an encrypted assertion from the stream
|
ResponseType |
SAML2Response.getResponseType(InputStream is)
Read a ResponseType from an input stream
|
SAML2Object |
SAML2Response.getSAML2ObjectFromStream(InputStream is)
Read a
SAML2Object from an input stream |
Modifier and Type | Method and Description |
---|---|
SOAPSAMLXACML.Result |
SOAPSAMLXACML.send(String endpoint,
String issuer,
org.jboss.security.xacml.core.model.context.RequestType xacmlRequest)
Given an xacml request
|
Modifier and Type | Method and Description |
---|---|
static Element |
KeyUtil.getKeyInfo(Certificate certificate)
Given a certificate, build a keyinfo type
|
Constructor and Description |
---|
WSTrustClient(String serviceName,
String port,
String[] endpointURIs,
WSTrustClient.SecurityInfo secInfo) |
WSTrustClient(String serviceName,
String port,
String endpointURI,
WSTrustClient.SecurityInfo secInfo) |
Modifier and Type | Method and Description |
---|---|
AssertionType |
SAMLAssertionParser.fromElement(Element element) |
SAML11AssertionType |
SAML11AssertionParser.fromElement(Element element) |
protected SubjectType |
SAMLRequestAbstractParser.getSubject(XMLEventReader xmlEventReader) |
Object |
SAMLSubjectParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLSloResponseParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLSloRequestParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLResponseParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLConditionsParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLAuthNRequestParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLAttributeQueryParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLAssertionParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLArtifactResponseParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLArtifactResolveParser.parse(XMLEventReader xmlEventReader) |
Object |
SAML11SubjectParser.parse(XMLEventReader xmlEventReader) |
Object |
SAML11ResponseParser.parse(XMLEventReader xmlEventReader) |
Object |
SAML11RequestParser.parse(XMLEventReader xmlEventReader) |
Object |
SAML11AssertionParser.parse(XMLEventReader xmlEventReader) |
protected StatusResponseType |
SAMLStatusResponseTypeParser.parseBaseAttributes(StartElement startElement)
Parse the attributes that are common to all SAML Response Types
|
protected StatusResponseType |
SAMLResponseParser.parseBaseAttributes(StartElement startElement)
Parse the attributes at the response element
|
protected StatusResponseType |
SAMLArtifactResponseParser.parseBaseAttributes(StartElement startElement)
Parse the attributes at the response element
|
protected void |
SAMLRequestAbstractParser.parseBaseAttributes(StartElement startElement,
RequestAbstractType request)
Parse the attributes that are common to all SAML Request Types
|
protected void |
SAMLRequestAbstractParser.parseCommonElements(StartElement startElement,
XMLEventReader xmlEventReader,
RequestAbstractType request) |
protected void |
SAMLRequestAbstractParser.parseRequiredAttributes(StartElement startElement) |
protected SAML11RequestType |
SAML11RequestParser.parseRequiredAttributes(StartElement startElement) |
protected StatusType |
SAMLStatusResponseTypeParser.parseStatus(XMLEventReader xmlEventReader)
Parse the status element
|
protected SAML11StatusType |
SAML11ResponseParser.parseStatus(XMLEventReader xmlEventReader)
Parse the status element
|
Modifier and Type | Method and Description |
---|---|
protected XMLEventReader |
AbstractDescriptorParser.filterWhiteSpaceCharacters(XMLEventReader xmlEventReader) |
Object |
SAMLEntityDescriptorParser.parse(XMLEventReader xmlEventReader) |
Object |
SAMLEntitiesDescriptorParser.parse(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
Object |
SAMLXACMLRequestParser.parse(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
Object |
WSAddressingParser.parse(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
Object |
WSPolicyParser.parse(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
Object |
WSSecurityParser.parse(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
Object |
WSTrustParser.parse(XMLEventReader xmlEventReader) |
Object |
WSTrustOnBehalfOfParser.parse(XMLEventReader xmlEventReader) |
Object |
WSTValidateTargetParser.parse(XMLEventReader xmlEventReader) |
Object |
WSTRequestSecurityTokenResponseParser.parse(XMLEventReader xmlEventReader) |
Object |
WSTRequestSecurityTokenResponseCollectionParser.parse(XMLEventReader xmlEventReader) |
Object |
WSTRequestSecurityTokenParser.parse(XMLEventReader xmlEventReader) |
Object |
WSTRequestSecurityTokenCollectionParser.parse(XMLEventReader xmlEventReader) |
Object |
WSTRenewTargetParser.parse(XMLEventReader xmlEventReader) |
Object |
WSTCancelTargetParser.parse(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
static Handler |
MetadataProviderUtils.getHandler(PicketLinkType picketLinkType,
String handlerName) |
Modifier and Type | Method and Description |
---|---|
static XACMLAuthzDecisionStatementType |
SOAPSAMLXACMLUtil.getDecisionStatement(Node samlResponse) |
static DSAKeyValueType |
SignatureUtil.getDSAKeyValue(Element element)
Given a dsig:DSAKeyValue element, return
DSAKeyValueType |
static RSAKeyValueType |
SignatureUtil.getRSAKeyValue(Element element)
Given a dsig:DSAKeyValue element, return
DSAKeyValueType |
static XACMLAuthzDecisionQueryType |
SOAPSAMLXACMLUtil.getXACMLQueryType(Node samlRequest)
Parse the XACML Authorization Decision Query from the Dom Element
|
static XMLGregorianCalendar |
XMLTimeUtil.parse(String timeString)
Given a string representing xml time, parse into
XMLGregorianCalendar |
static Duration |
XMLTimeUtil.parseAsDuration(String timeValue)
Given a string, get the Duration object.
|
Modifier and Type | Method and Description |
---|---|
static DSAKeyValueType |
XMLSignatureUtil.getDSAKeyValue(Element element)
Given a dsig:DSAKeyValue element, return
DSAKeyValueType |
static RSAKeyValueType |
XMLSignatureUtil.getRSAKeyValue(Element element)
Given a dsig:DSAKeyValue element, return
DSAKeyValueType |
Modifier and Type | Method and Description |
---|---|
static RenewingType |
WSTrustUtil.parseRenewingType(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
static AssertionType |
SAMLUtil.fromElement(Element assertionElement)
Utility method that unmarshals the specified
Element into an AssertionType instance. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSAMLConfigurationProvider.setConfigFile(InputStream is)
Deprecated.
|
void |
AbstractSAMLConfigurationProvider.setConsolidatedConfigFile(InputStream is)
Sets a
InputStream created from a picketlink.xml file. |
Modifier and Type | Method and Description |
---|---|
SAML2HandlerResponse |
ServiceProviderBaseProcessor.process(HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock) |
SAML2HandlerResponse |
ServiceProviderSAMLResponseProcessor.process(String samlResponse,
HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock)
Process the message
|
boolean |
ServiceProviderSAMLRequestProcessor.process(String samlRequest,
HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock)
Process the message
|
Modifier and Type | Method and Description |
---|---|
static PicketLinkType |
ConfigurationUtil.getConfiguration(InputStream is) |
static Handlers |
ConfigurationUtil.getHandlers(InputStream is)
Get the Handlers from the configuration
|
static IDPType |
ConfigurationUtil.getIDPConfiguration(InputStream is)
Get the IDP Configuration from the passed configuration
|
static AuthnRequestType |
RedirectBindingSignatureUtil.getRequestFromSignedURL(String signedURL)
From the SAML Request URL, get the Request object
|
SAMLDocumentHolder |
IDPWebRequestUtil.getSAMLDocumentHolder(String samlMessage) |
RequestAbstractType |
IDPWebRequestUtil.getSAMLRequest(String samlMessage) |
static SPType |
ConfigurationUtil.getSPConfiguration(InputStream is)
Get the SP Configuration from the passed inputstream
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.