|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestAbstractType | |
---|---|
org.picketlink.identity.federation.api.saml.v2.request | |
org.picketlink.identity.federation.api.saml.v2.sig | |
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.util |
Uses of RequestAbstractType in org.picketlink.identity.federation.api.saml.v2.request |
---|
Methods in org.picketlink.identity.federation.api.saml.v2.request that return RequestAbstractType | |
---|---|
RequestAbstractType |
SAML2Request.getRequestType(InputStream is)
Get a Request Type from Input Stream |
Methods in org.picketlink.identity.federation.api.saml.v2.request with parameters of type RequestAbstractType | |
---|---|
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 |
Uses of RequestAbstractType in org.picketlink.identity.federation.api.saml.v2.sig |
---|
Methods in org.picketlink.identity.federation.api.saml.v2.sig with parameters of type RequestAbstractType | |
---|---|
Document |
SAML2Signature.sign(RequestAbstractType request,
KeyPair keypair)
Sign an RequestType at the root |
Uses of RequestAbstractType in org.picketlink.identity.federation.core.parsers.saml |
---|
Methods in org.picketlink.identity.federation.core.parsers.saml with parameters of type RequestAbstractType | |
---|---|
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)
|
Uses of RequestAbstractType in org.picketlink.identity.federation.saml.v2.protocol |
---|
Subclasses of RequestAbstractType in org.picketlink.identity.federation.saml.v2.protocol | |
---|---|
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. |
Uses of RequestAbstractType in org.picketlink.identity.federation.web.util |
---|
Methods in org.picketlink.identity.federation.web.util that return RequestAbstractType | |
---|---|
RequestAbstractType |
IDPWebRequestUtil.getSAMLRequest(String samlMessage)
|
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |