public final class SamlRequestComponentBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType |
createAuthzDecisionQuery(boolean inputContextOnly,
boolean returnContext,
String issuerValue,
org.opensaml.xacml.ctx.RequestType request,
String namespace) |
static org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType |
createAuthzDecisionQuery(String issuerValue,
org.opensaml.xacml.ctx.RequestType request,
String namespace)
Create an AuthzDecisionQuery using the defaults
|
static org.opensaml.saml.saml2.core.Issuer |
createIssuer(String issuerValue)
Create an Issuer object
|
public static org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType createAuthzDecisionQuery(String issuerValue, org.opensaml.xacml.ctx.RequestType request, String namespace)
public static org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType createAuthzDecisionQuery(boolean inputContextOnly, boolean returnContext, String issuerValue, org.opensaml.xacml.ctx.RequestType request, String namespace)
public static org.opensaml.saml.saml2.core.Issuer createIssuer(String issuerValue)
issuerValue
- of type StringApache CXF