Modifier and Type | Method and Description |
---|---|
protected String |
SamlService.BindingProtocol.getBindingType(AuthnRequestType requestAbstractType) |
protected javax.ws.rs.core.Response |
SamlService.BindingProtocol.loginRequest(String relayState,
AuthnRequestType requestAbstractType,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
default AuthnRequestType |
SamlAuthenticationPreprocessor.beforeProcessingLoginRequest(AuthnRequestType authnRequest,
AuthenticationSessionModel authSession)
Called before a login request is processed.
|
default AuthnRequestType |
SamlAuthenticationPreprocessor.beforeSendingLoginRequest(AuthnRequestType authnRequest,
AuthenticationSessionModel clientSession)
Called before a login request is sent.
|
Modifier and Type | Method and Description |
---|---|
default AuthnRequestType |
SamlAuthenticationPreprocessor.beforeProcessingLoginRequest(AuthnRequestType authnRequest,
AuthenticationSessionModel authSession)
Called before a login request is processed.
|
default AuthnRequestType |
SamlAuthenticationPreprocessor.beforeSendingLoginRequest(AuthnRequestType authnRequest,
AuthenticationSessionModel clientSession)
Called before a login request is sent.
|
Modifier and Type | Method and Description |
---|---|
AuthnRequestType |
SAML2AuthnRequestBuilder.createAuthnRequest() |
Modifier and Type | Method and Description |
---|---|
AuthnRequestType |
SAML2Request.createAuthnRequestType(String id,
String assertionConsumerURL,
String destination,
String issuerValue)
Create authentication request with protocolBinding defaulting to POST
|
AuthnRequestType |
SAML2Request.createAuthnRequestType(String id,
String assertionConsumerURL,
String destination,
String issuerValue,
URI protocolBinding)
Create an authentication request
|
AuthnRequestType |
SAML2Request.getAuthnRequestType(InputStream is)
Get the AuthnRequestType from an input stream
|
AuthnRequestType |
SAML2Request.getAuthnRequestType(String fileName)
Get AuthnRequestType from a file
|
Modifier and Type | Method and Description |
---|---|
protected AuthnRequestType |
SAMLAuthNRequestParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement startElement)
Parse the attributes at the authnrequesttype element
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLAuthNRequestParser.processSubElement(XMLEventReader xmlEventReader,
AuthnRequestType target,
SAMLProtocolQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLRequestWriter.write(AuthnRequestType request)
Write a
AuthnRequestType to stream |
Copyright © 2020 JBoss by Red Hat. All rights reserved.