com.netegrity.policyserver.smapi
Class SamlDataContext
java.lang.Object
com.netegrity.policyserver.smapi.SamlDataContext
public class SamlDataContext
- extends java.lang.Object
This class is for internal use only. It is used for holding SAML Assertion
information while the SAML Authentication Scheme is processing the
Assertion. This context makes the information available to the two
passes of the authentication scheme to eliminate the need to parse and
process the response a second time. This information is accessible to
SiteMinder response processing as well.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlDataContext
public SamlDataContext(long lpSMInterface)
- Constructor
SamlDataContext
public SamlDataContext(long lpGetInterface,
long lpFactory)
getSamlData
public java.lang.String getSamlData()
throws NativeCallbackError
- Throws:
NativeCallbackError
setSamlData
public boolean setSamlData(java.lang.String data)
throws NativeCallbackError
- Throws:
NativeCallbackError
getProviderId
public java.lang.String getProviderId()
throws NativeCallbackError
- Throws:
NativeCallbackError
setProviderId
public boolean setProviderId(java.lang.String index)
throws NativeCallbackError
- Throws:
NativeCallbackError
getMaxTimeout
public int getMaxTimeout()
throws NativeCallbackError
- Throws:
NativeCallbackError
getAssertionId
public java.lang.String getAssertionId()
throws NativeCallbackError
- Throws:
NativeCallbackError
setAssertionId
public boolean setAssertionId(java.lang.String id)
throws NativeCallbackError
- Throws:
NativeCallbackError
getAssertionExpiration
public java.util.Date getAssertionExpiration()
throws NativeCallbackError
- Throws:
NativeCallbackError
setAssertionExpiration
public boolean setAssertionExpiration(java.util.Date expiration)
throws NativeCallbackError
- Throws:
NativeCallbackError
getOverrideAuthLevel
public int getOverrideAuthLevel()
setOverrideAuthLevel
public boolean setOverrideAuthLevel(int authLevel)
close
public void close()
http://ca.com
Copyright (c) 2013 CA.