Package | Description |
---|---|
org.opensaml.profile.action.impl |
Implementations of general profile actions.
|
org.opensaml.security.x509.tls |
TLS security functionality.
|
org.opensaml.security.x509.tls.impl |
Implementation classes for client TLS security.
|
Modifier and Type | Method and Description |
---|---|
void |
PopulateClientTLSValidationParameters.setConfigurationLookupStrategy(com.google.common.base.Function<ProfileRequestContext,List<ClientTLSValidationConfiguration>> strategy)
Set the strategy used to look up a per-request
ClientTLSValidationConfiguration list. |
Modifier and Type | Method and Description |
---|---|
List<ClientTLSValidationConfiguration> |
ClientTLSValidationConfigurationCriterion.getConfigurations()
Get the list of configuration instances.
|
Constructor and Description |
---|
ClientTLSValidationConfigurationCriterion(ClientTLSValidationConfiguration... configurations)
Constructor.
|
Constructor and Description |
---|
ClientTLSValidationConfigurationCriterion(List<ClientTLSValidationConfiguration> configurations)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicClientTLSValidationConfiguration
Basic implementation of
ClientTLSValidationConfiguration . |
Copyright © 2016. All rights reserved.