Class AuthnRequestBuilder
- java.lang.Object
-
- se.litsec.opensaml.core.AbstractSAMLObjectBuilder<T>
-
- se.litsec.opensaml.saml2.core.build.AbstractRequestBuilder<AuthnRequest,BUILDER>
-
- se.litsec.opensaml.saml2.core.build.AbstractAuthnRequestBuilder<AuthnRequestBuilder>
-
- se.litsec.opensaml.saml2.core.build.AuthnRequestBuilder
-
- All Implemented Interfaces:
SAMLObjectBuilder<AuthnRequest>
public class AuthnRequestBuilder extends AbstractAuthnRequestBuilder<AuthnRequestBuilder>
Builder forAuthnRequest
messages.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
- See Also:
AbstractAuthnRequestBuilder
-
-
Constructor Summary
Constructors Constructor Description AuthnRequestBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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.litsec.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.litsec.opensaml.saml2.core.build.AbstractRequestBuilder
consent, destination, extensions, id, issueInstant, issuer, issuer, version, version
-
Methods inherited from class se.litsec.opensaml.core.AbstractSAMLObjectBuilder
getDefaultElementName, object
-
-
-
-
Method Detail
-
builder
public static AuthnRequestBuilder builder()
Utility method that creates a builder.- Returns:
- a builder
-
getThis
protected AuthnRequestBuilder 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<AuthnRequest,AuthnRequestBuilder>
- Returns:
- the concrete type of the builder
-
-