org.wso2.solutions.identity.relyingparty
Class RelyingPartyData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelyingPartyData
public RelyingPartyData()
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)