|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pingidentity.common.util.SerialHashable
org.sourceid.saml20.service.SpHashableAuthnBean
public class SpHashableAuthnBean
A wrapper around the opaque Serializable authn object map that is returned by the
SpAuthenticationAdapter.createAuthN(org.sourceid.saml20.adapter.sp.authn.SsoContext, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
method. It's used by PingFederate to track the application session of the adapter.
| Constructor Summary | |
|---|---|
SpHashableAuthnBean(java.io.Serializable opaqueAuthnBean,
java.lang.String adapterId,
java.lang.String localSessionId,
java.lang.String assertionId)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAdapterId()
Gets the instance id of the adapter that was used to create the authentication context and get the opaque Serializable authn object. |
java.lang.String |
getAssertionId()
Gets the id of the assertion that was relied on to create the security context associated with this object. |
java.io.Serializable |
getOpaqueAuthnBean()
Gets the opaque Serializable authn object. |
java.lang.String |
getPingFederatelSessionId()
Gets the id of the HTTP session that PingFederate associates with this SpHashableAuthnBean. |
| Methods inherited from class com.pingidentity.common.util.SerialHashable |
|---|
equals, getSerializedHash, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpHashableAuthnBean(java.io.Serializable opaqueAuthnBean,
java.lang.String adapterId,
java.lang.String localSessionId,
java.lang.String assertionId)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.io.Serializable getOpaqueAuthnBean()
public java.lang.String getAdapterId()
public java.lang.String getPingFederatelSessionId()
public java.lang.String getAssertionId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||