|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.rahas.impl.SAMLTokenValidator
public class SAMLTokenValidator
Implementation of a SAML Token Validator for the Security Token Service.
| Constructor Summary | |
|---|---|
SAMLTokenValidator()
|
|
| Method Summary | |
|---|---|
void |
setConfigurationElement(org.apache.axiom.om.OMElement configElement)
Set the configuration element of this TokenValidator. |
void |
setConfigurationFile(java.lang.String configFile)
Set the configuration file of this TokenValidator. |
void |
setConfigurationParamName(java.lang.String configParamName)
Set the name of the configuration parameter. |
org.apache.axiom.soap.SOAPEnvelope |
validate(RahasData data)
Returns a SOAPEnvelope with the result of the validation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAMLTokenValidator()
| Method Detail |
|---|
public org.apache.axiom.soap.SOAPEnvelope validate(RahasData data)
throws TrustException
validate in interface TokenValidatordata - the RahasData object, containing information about the
request.
TrustExceptionpublic void setConfigurationFile(java.lang.String configFile)
setConfigurationFile in interface TokenValidatorconfigFile - public void setConfigurationParamName(java.lang.String configParamName)
org.apache.axis2.description.Parameter
object available in the via the messageContext when the
TokenValidator is called.
setConfigurationParamName in interface TokenValidatorconfigParamName - Parameterpublic void setConfigurationElement(org.apache.axiom.om.OMElement configElement)
TokenValidator
setConfigurationElement in interface TokenValidatorconfigElement - OMElement representing the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||