Package | Description |
---|---|
se.litsec.opensaml.saml2.authentication.build |
Builder classes for authentication objects.
|
Modifier and Type | Method and Description |
---|---|
ExtendedAuthnRequestBuilder |
ExtendedAuthnRequestBuilder.authnContextClassRefs(boolean onlyMatching,
boolean failOnNoMatch,
List<String> uris)
A utility method that helps adding one or more Authentication context class reference URI(s) to the
RequestedAuthnContext element. |
ExtendedAuthnRequestBuilder |
ExtendedAuthnRequestBuilder.authnContextClassRefs(boolean onlyMatching,
boolean failOnNoMatch,
String... uris) |
ExtendedAuthnRequestBuilder |
ExtendedAuthnRequestBuilder.binding(String binding)
Assigns the URI that tells which binding (method) to use when transfering the AuthnRequest to the IdP.
|
ExtendedAuthnRequestBuilder |
ExtendedAuthnRequestBuilder.nameIDPolicyFormat(String format)
Assigns a
NameIDPolicy element with the Format attribute assigned to format and its
AllowCreate attribute set to true . |
Copyright © 2018 Litsec AB. All rights reserved.