Uses of Interface
se.litsec.swedisheid.opensaml.saml2.signservice.sap.RequestParams
-
Packages that use RequestParams Package Description se.litsec.swedisheid.opensaml.saml2.signservice SAML support for Signature Services according to the Swedish eID Framework.se.litsec.swedisheid.opensaml.saml2.signservice.sap Classes and interfaces implementing the Signature Activation Protocol for Federated Signing specification.se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl Implementation classes, builders, marshallers and unmarshallers for the SAD/SAP support. -
-
Uses of RequestParams in se.litsec.swedisheid.opensaml.saml2.signservice
Methods in se.litsec.swedisheid.opensaml.saml2.signservice that return types with arguments of type RequestParams Modifier and Type Method Description protected Class<RequestParams>SADRequestBuilder.RequestParamsBuilder. getObjectType()Methods in se.litsec.swedisheid.opensaml.saml2.signservice with parameters of type RequestParams Modifier and Type Method Description SADRequestBuilderSADRequestBuilder. requestParams(RequestParams requestParams)Assigns theRequestParamselement. -
Uses of RequestParams in se.litsec.swedisheid.opensaml.saml2.signservice.sap
Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap that return RequestParams Modifier and Type Method Description RequestParamsSADRequest. getRequestParams()Returns theRequestParamselement.Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap with parameters of type RequestParams Modifier and Type Method Description voidSADRequest. setRequestParams(RequestParams requestParams)Assigns theRequestParamselement. -
Uses of RequestParams in se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl
Classes in se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl that implement RequestParams Modifier and Type Class Description classRequestParamsImplImplementation class forRequestParams.Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl that return RequestParams Modifier and Type Method Description RequestParamsRequestParamsBuilder. buildObject()RequestParamsRequestParamsBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)RequestParamsSADRequestImpl. getRequestParams()Returns theRequestParamselement.Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl with parameters of type RequestParams Modifier and Type Method Description voidSADRequestImpl. setRequestParams(RequestParams requestParams)Assigns theRequestParamselement.
-