@Controller
public class PVP2XProtocol
extends at.gv.egiz.eaaf.modules.pvp2.idp.impl.AbstractPVP2XProtocol
Modifier and Type | Field | Description |
---|---|---|
protected IAuthenticationSessionStoreage |
authenticatedSessionStorage |
|
static List<String> |
DEFAULTREQUESTEDATTRFORINTERFEDERATION |
|
static String |
NAME |
|
static String |
PATH |
Constructor | Description |
---|---|
PVP2XProtocol() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
childPreProcess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
at.gv.egiz.eaaf.modules.pvp2.idp.impl.PVPSProfilePendingRequest pendingReq) |
|
String |
getAuthProtocolIdentifier() |
|
String |
getName() |
|
void |
PVPIDPPostRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
|
void |
PVPIDPRedirecttRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
|
void |
PVPIDPSOAPRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
|
void |
PVPMetadataRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
EAAFExceptionHandler, GenericExceptionHandler, handleError, IOExceptionHandler
@Autowired protected IAuthenticationSessionStoreage authenticatedSessionStorage
public static final String NAME
public static final String PATH
public String getName()
public String getAuthProtocolIdentifier()
@RequestMapping(value="/pvp2/metadata", method={POST,GET}) public void PVPMetadataRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws at.gv.egiz.eaaf.core.exceptions.EAAFException
at.gv.egiz.eaaf.core.exceptions.EAAFException
@RequestMapping(value="/pvp2/post", method=POST) public void PVPIDPPostRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws at.gv.egiz.eaaf.core.exceptions.EAAFException
PVPIDPPostRequest
in class at.gv.egiz.eaaf.modules.pvp2.idp.impl.AbstractPVP2XProtocol
at.gv.egiz.eaaf.core.exceptions.EAAFException
@RequestMapping(value="/pvp2/redirect", method=GET) public void PVPIDPRedirecttRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws at.gv.egiz.eaaf.core.exceptions.EAAFException
PVPIDPRedirecttRequest
in class at.gv.egiz.eaaf.modules.pvp2.idp.impl.AbstractPVP2XProtocol
at.gv.egiz.eaaf.core.exceptions.EAAFException
@RequestMapping(value="/pvp2/soap", method=POST) public void PVPIDPSOAPRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws at.gv.egiz.eaaf.core.exceptions.EAAFException
at.gv.egiz.eaaf.core.exceptions.EAAFException
protected boolean childPreProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, at.gv.egiz.eaaf.modules.pvp2.idp.impl.PVPSProfilePendingRequest pendingReq) throws Throwable
childPreProcess
in class at.gv.egiz.eaaf.modules.pvp2.idp.impl.AbstractPVP2XProtocol
Throwable
Copyright © 2019. All rights reserved.