@Service(value="PVPAuthnRequestBuilder") public class PVPAuthnRequestBuilder extends Object
Constructor and Description |
---|
PVPAuthnRequestBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
buildAuthnRequest(at.gv.egovernment.moa.id.commons.api.IRequest pendingReq,
IPVPAuthnRequestBuilderConfiguruation config,
javax.servlet.http.HttpServletResponse httpResp)
Build a PVP2.x specific authentication request
|
public void buildAuthnRequest(at.gv.egovernment.moa.id.commons.api.IRequest pendingReq, IPVPAuthnRequestBuilderConfiguruation config, javax.servlet.http.HttpServletResponse httpResp) throws NoSuchAlgorithmException, org.opensaml.ws.message.encoder.MessageEncodingException, PVP2Exception, org.opensaml.xml.security.SecurityException
pendingReq
- Currently processed pendingRequestconfig
- AuthnRequest builder configuration, never nullidpEntity
- SAML2 EntityDescriptor of the IDP, which receive this AuthnRequest, never nullhttpResp
- NoSuchAlgorithmException
org.opensaml.xml.security.SecurityException
PVP2Exception
org.opensaml.ws.message.encoder.MessageEncodingException
Copyright © 2017. All rights reserved.