Class AuthnRequestBuilder
java.lang.Object
se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder<AuthnRequest>
se.swedenconnect.opensaml.saml2.core.build.AbstractRequestBuilder<AuthnRequest,AuthnRequestBuilder>
se.swedenconnect.opensaml.saml2.core.build.AbstractAuthnRequestBuilder<AuthnRequestBuilder>
se.swedenconnect.opensaml.saml2.core.build.AuthnRequestBuilder
- All Implemented Interfaces:
SAMLObjectBuilder<AuthnRequest>
Builder for
AuthnRequest messages.- Author:
- Martin Lindström (martin@idsec.se)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthnRequestBuilderbuilder()Utility method that creates a builder.protected AuthnRequestBuildergetThis()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, subjectMethods inherited from class se.swedenconnect.opensaml.saml2.core.build.AbstractRequestBuilder
consent, destination, extensions, id, issueInstant, issuer, issuer, version, versionMethods 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:
getThisin classAbstractRequestBuilder<AuthnRequest,AuthnRequestBuilder> - Returns:
- the concrete type of the builder
-