ExtendedAuthnRequestBuilder |
ExtendedAuthnRequestBuilder.authnContextClassRefs(boolean onlyMatching,
boolean failOnNoMatch,
String... uris) |
|
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.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 .
|