public class StaticPKIXX509CredentialTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
PKIXX509CredentialTrustEngine
s based on a static
PKIXValidationInformation resolver.Constructor and Description |
---|
StaticPKIXX509CredentialTrustEngineFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
List<org.opensaml.xml.security.x509.PKIXValidationInformation> |
getPKIXInfo()
Gets the list of PKIX validation info.
|
org.opensaml.xml.security.x509.PKIXValidationOptions |
getPKIXValidationOptions()
Get the PKIX validation options.
|
Set<String> |
getTrustedNames()
Gets the set of trusted names.
|
void |
setPKIXInfo(List<org.opensaml.xml.security.x509.PKIXValidationInformation> newPKIXInfo)
Sets the list of PKIX validation info.
|
void |
setPKIXValidationOptions(org.opensaml.xml.security.x509.PKIXValidationOptions newOptions)
Set the PKIX validation options.
|
void |
setTrustedNames(Set<String> newTrustedNames)
Sets the set of trusted names.
|
public StaticPKIXX509CredentialTrustEngineFactoryBean()
public org.opensaml.xml.security.x509.PKIXValidationOptions getPKIXValidationOptions()
public void setPKIXValidationOptions(org.opensaml.xml.security.x509.PKIXValidationOptions newOptions)
newOptions
- the new set of validation optionspublic List<org.opensaml.xml.security.x509.PKIXValidationInformation> getPKIXInfo()
public void setPKIXInfo(List<org.opensaml.xml.security.x509.PKIXValidationInformation> newPKIXInfo)
newPKIXInfo
- the new list of PKIX validation infopublic Set<String> getTrustedNames()
public void setTrustedNames(Set<String> newTrustedNames)
newTrustedNames
- the set of trusted namespublic Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
Copyright © 1999–2014. All rights reserved.