public class AuthnRequestInfo extends CacheObject
time
Constructor and Description |
---|
AuthnRequestInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String realm,
String spEntityID,
String idpEntityID,
AuthnRequest authnReq,
String relayState,
Map paramsMap)
Constructor creates the AuthnRequest Info for a request.
|
Modifier and Type | Method and Description |
---|---|
AuthnRequest |
getAuthnRequest()
Returns the
AuthnRequest Object. |
protected String |
getIDPEntityID()
Returns the Identity Provider Entity ID.
|
protected Map |
getParamsMap()
Returns the Map of parameters in the Request.
|
String |
getRealm()
Returns the realm.
|
protected String |
getRelayState()
Returns the
RelayState parameter value. |
protected javax.servlet.http.HttpServletRequest |
getServletRequest()
Returns the
HttpServletRequest object |
protected javax.servlet.http.HttpServletResponse |
getServletResponse()
Returns the
HttpServletResponse parameter value. |
protected String |
getSPEntityID()
Returns the Service Provider Entity ID.
|
getObject, getTime
public AuthnRequestInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String realm, String spEntityID, String idpEntityID, AuthnRequest authnReq, String relayState, Map paramsMap)
request
- the HttpServletRequestresponse
- the HttpServletResponserealm
- to which the Service Provider belongs.spEntityID
- the entityID of Service Provider.authnReq
- the Authentication Request ObjectrelayState
- the Redirection URL on completion of Request.paramsMap
- Map of other parameters sent by the requester.public String getRealm()
protected String getSPEntityID()
protected String getIDPEntityID()
public AuthnRequest getAuthnRequest()
AuthnRequest
Object.AuthnRequest
Object.protected Map getParamsMap()
protected String getRelayState()
RelayState
parameter value.protected javax.servlet.http.HttpServletRequest getServletRequest()
HttpServletRequest
objectHttpServletRequest
object.protected javax.servlet.http.HttpServletResponse getServletResponse()
HttpServletResponse
parameter value.HttpServletResponse
object.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.