Class AuthnRequestBuilder
java.lang.Object
se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.core.AuthnRequest>
se.swedenconnect.opensaml.saml2.core.build.AbstractRequestBuilder<org.opensaml.saml.saml2.core.AuthnRequest,AuthnRequestBuilder>
se.swedenconnect.opensaml.saml2.core.build.AbstractAuthnRequestBuilder<AuthnRequestBuilder>
se.swedenconnect.opensaml.saml2.core.build.AuthnRequestBuilder
- All Implemented Interfaces:
SAMLObjectBuilder<org.opensaml.saml.saml2.core.AuthnRequest>
Builder for
AuthnRequest
messages.- Author:
- Martin Lindström (martin@idsec.se)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuthnRequestBuilder
builder()
Utility method that creates a builder.protected AuthnRequestBuilder
getThis()
In order for us to be able to make chaining calls we need to return the concrete type of the builder.Methods inherited from class se.swedenconnect.opensaml.saml2.core.build.AbstractAuthnRequestBuilder
assertionConsumerServiceIndex, assertionConsumerServiceURL, attributeConsumerServiceIndex, build, conditions, forceAuthn, getObjectType, isPassive, nameIDPolicy, postProtocolBinding, protocolBinding, providerName, requestedAuthnContext, scoping, subject
Methods inherited from class se.swedenconnect.opensaml.saml2.core.build.AbstractRequestBuilder
consent, destination, extensions, id, issueInstant, issuer, issuer, version, version
Methods inherited from class se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder
getDefaultElementName, object
-
Constructor Details
-
AuthnRequestBuilder
public AuthnRequestBuilder()
-
-
Method Details
-
builder
Utility method that creates a builder.- Returns:
- a builder
-
getThis
In order for us to be able to make chaining calls we need to return the concrete type of the builder.- Specified by:
getThis
in classAbstractRequestBuilder<org.opensaml.saml.saml2.core.AuthnRequest,
AuthnRequestBuilder> - Returns:
- the concrete type of the builder
-