Package | Description |
---|---|
org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
org.keycloak.saml.processing.api.saml.v2.request | |
org.keycloak.saml.processing.core.parsers.saml |
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.
|
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 |
---|---|
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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.