org.wso2.solutions.identity.relyingparty
Class RelyingPartyData

java.lang.Object
  extended by org.wso2.solutions.identity.relyingparty.RelyingPartyData

public class RelyingPartyData
extends java.lang.Object

This holds all relying party information required by the token verifier in verifying tokens


Constructor Summary
RelyingPartyData()
           
 
Method Summary
 java.lang.String getPassword()
           
 java.util.ArrayList getTrusteIdentityProviderCertificates()
           
 java.lang.String getUserName()
           
 boolean isAllowSelfIssued()
           
 boolean isDisableTrustVerification()
           
 void setAllowSelfIssued(boolean allowSelfIssued)
           
 void setDisableTrustVerification(boolean noTrustVerification)
           
 void setPassword(java.lang.String password)
           
 void setTrusteIdentityProviderCertificates(java.util.ArrayList trusteIdentityProviderCertificates)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelyingPartyData

public RelyingPartyData()
Method Detail

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

getTrusteIdentityProviderCertificates

public java.util.ArrayList getTrusteIdentityProviderCertificates()

setTrusteIdentityProviderCertificates

public void setTrusteIdentityProviderCertificates(java.util.ArrayList trusteIdentityProviderCertificates)

isAllowSelfIssued

public boolean isAllowSelfIssued()

setAllowSelfIssued

public void setAllowSelfIssued(boolean allowSelfIssued)

isDisableTrustVerification

public boolean isDisableTrustVerification()

setDisableTrustVerification

public void setDisableTrustVerification(boolean noTrustVerification)