public class DecryptionConfigurationCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
DecryptionConfiguration
.Modifier and Type | Field and Description |
---|---|
private List<DecryptionConfiguration> |
configs
The list of configuration instances.
|
Constructor and Description |
---|
DecryptionConfigurationCriterion(DecryptionConfiguration... configurations)
Constructor.
|
DecryptionConfigurationCriterion(List<DecryptionConfiguration> configurations)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<DecryptionConfiguration> |
getConfigurations()
Get the list of configuration instances.
|
int |
hashCode() |
String |
toString() |
@Nonnull @NonnullElements private List<DecryptionConfiguration> configs
public DecryptionConfigurationCriterion(@Nonnull @NonnullElements @NotEmpty List<DecryptionConfiguration> configurations)
configurations
- list of configuration instancespublic DecryptionConfigurationCriterion(@Nonnull @NonnullElements @NotEmpty DecryptionConfiguration... configurations)
configurations
- varargs array of configuration instances@Nonnull @NonnullElements @NotLive @Unmodifiable @NotEmpty public List<DecryptionConfiguration> getConfigurations()
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.