Package | Description |
---|---|
org.picketlink.identity.federation.api.saml.v2.request | |
org.picketlink.identity.federation.api.saml.v2.sig | |
org.picketlink.identity.federation.bindings.tomcat.idp | |
org.picketlink.identity.federation.core.parsers.saml | |
org.picketlink.identity.federation.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
org.picketlink.identity.federation.web.filters | |
org.picketlink.identity.federation.web.util |
Modifier and Type | Method and Description |
---|---|
RequestAbstractType |
SAML2Request.getRequestType(InputStream is)
Get a Request Type from Input Stream
|
Modifier and Type | Method and Description |
---|---|
Document |
SAML2Request.convert(RequestAbstractType rat)
Return the DOM object
|
void |
SAML2Request.marshall(RequestAbstractType requestType,
OutputStream os)
Marshall the AuthnRequestType to an output stream
|
void |
SAML2Request.marshall(RequestAbstractType requestType,
Writer writer)
Marshall the AuthnRequestType to a writer
|
Modifier and Type | Method and Description |
---|---|
Document |
SAML2Signature.sign(RequestAbstractType request,
KeyPair keypair)
Sign an RequestType at the root
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIDPValve.processSAMLRequestMessage(Request request,
Response response,
RequestAbstractType requestType,
boolean ignoreSignatureValidation) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactResolveType
Java class for ArtifactResolveType complex type.
|
class |
AssertionIDRequestType
Java class for AssertionIDRequestType complex type.
|
class |
AttributeQueryType
Java class for AttributeQueryType complex type.
|
class |
AuthnQueryType
Java class for AuthnQueryType complex type.
|
class |
AuthnRequestType
Java class for AuthnRequestType complex type.
|
class |
AuthzDecisionQueryType
Java class for AuthzDecisionQueryType complex type.
|
class |
LogoutRequestType
Java class for LogoutRequestType complex type.
|
class |
ManageNameIDRequestType
Java class for ManageNameIDRequestType complex type.
|
class |
NameIDMappingRequestType
Java class for NameIDMappingRequestType complex type.
|
class |
SubjectQueryAbstractType
Java class for SubjectQueryAbstractType complex type.
|
class |
XACMLAuthzDecisionQueryType
Java class for XACMLAuthzDecisionQueryType complex type.
|
class |
XACMLPolicyQueryType
Java class for XACMLPolicyQueryType complex type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IDPFilter.processSAMLRequestMessage(HttpServletRequest request,
HttpServletResponse response,
RequestAbstractType requestType,
boolean ignoreSignatureValidation) |
Modifier and Type | Method and Description |
---|---|
RequestAbstractType |
IDPWebRequestUtil.getSAMLRequest(String samlMessage) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.