public final class SamlpRequestComponentBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static org.opensaml.saml.saml2.core.AuthnContextClassRef |
createAuthnCtxClassRef(String authnCtxClassRefValue) |
static org.opensaml.saml.saml2.core.AuthnRequest |
createAuthnRequest(String serviceURL,
boolean forceAuthn,
boolean isPassive,
String protocolBinding,
org.opensaml.saml.common.SAMLVersion version,
org.opensaml.saml.saml2.core.Issuer issuer,
org.opensaml.saml.saml2.core.NameIDPolicy nameIDPolicy,
org.opensaml.saml.saml2.core.RequestedAuthnContext requestedAuthnCtx) |
static org.opensaml.saml.saml2.core.Issuer |
createIssuer(String issuerValue) |
static org.opensaml.saml.saml2.core.NameIDPolicy |
createNameIDPolicy(boolean allowCreate,
String format,
String spNameQualifier) |
static org.opensaml.saml.saml2.core.RequestedAuthnContext |
createRequestedAuthnCtxPolicy(org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration comparison,
List<org.opensaml.saml.saml2.core.AuthnContextClassRef> authnCtxClassRefList,
List<org.opensaml.saml.saml2.core.AuthnContextDeclRef> authnCtxDeclRefList) |
public static org.opensaml.saml.saml2.core.AuthnRequest createAuthnRequest(String serviceURL, boolean forceAuthn, boolean isPassive, String protocolBinding, org.opensaml.saml.common.SAMLVersion version, org.opensaml.saml.saml2.core.Issuer issuer, org.opensaml.saml.saml2.core.NameIDPolicy nameIDPolicy, org.opensaml.saml.saml2.core.RequestedAuthnContext requestedAuthnCtx)
public static org.opensaml.saml.saml2.core.Issuer createIssuer(String issuerValue)
public static org.opensaml.saml.saml2.core.NameIDPolicy createNameIDPolicy(boolean allowCreate, String format, String spNameQualifier)
public static org.opensaml.saml.saml2.core.RequestedAuthnContext createRequestedAuthnCtxPolicy(org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration comparison, List<org.opensaml.saml.saml2.core.AuthnContextClassRef> authnCtxClassRefList, List<org.opensaml.saml.saml2.core.AuthnContextDeclRef> authnCtxDeclRefList)
public static org.opensaml.saml.saml2.core.AuthnContextClassRef createAuthnCtxClassRef(String authnCtxClassRefValue)
Apache CXF