Package | Description |
---|---|
org.opensaml.core.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.saml.common.profile.logic |
Functions and predicates supporting common SAML profile behavior.
|
org.opensaml.saml.criterion |
Criterion based on SAML message/protocol information. |
org.opensaml.saml.metadata.resolver |
Classes for SAML metadata resolution.
|
org.opensaml.saml.metadata.resolver.filter.impl |
Implementation of the resolver filters.
|
org.opensaml.saml.metadata.resolver.impl |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.security.credential.impl |
CredentialResolver implementation classes. |
org.opensaml.security.trust.impl |
TrustEngine implementation classes. |
org.opensaml.security.x509 |
X.509-based credential and trust classes.
|
org.opensaml.security.x509.impl |
TrustEngine implementation classes related to PKIX. |
org.opensaml.security.x509.tls |
TLS security functionality.
|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.criterion |
Criterion classes for XML Security.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
org.opensaml.xmlsec.signature.support.impl |
Implementations of signature evaluation functions.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,XMLObjectBuilder<?>> |
XMLObjectBuilderFactory.getBuilders()
Gets an immutable list of all the builders currently registered.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
RegistrationAuthorityPredicate.getAuthorities()
Get the authority name criteria.
|
Collection<EntityAttributesPredicate.Candidate> |
EntityAttributesPredicate.getCandidates()
Get the candidate criteria.
|
Set<String> |
EntityIdPredicate.getEntityIds()
Get the entityID criteria.
|
Set<String> |
EntityGroupNamePredicate.getGroupNames()
Get the group name criteria.
|
Set<String> |
RegistrationPolicyPredicate.getPolicies()
Get the policy criteria.
|
List<Pattern> |
EntityAttributesPredicate.Candidate.getRegexps()
Get the regular expressions to match.
|
List<String> |
EntityAttributesPredicate.Candidate.getValues()
Get the exact values to match.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
BindingCriterion.getBindings()
Get the SAML binding URI.
|
Modifier and Type | Method and Description |
---|---|
List<MetadataResolver> |
ChainingMetadataResolver.getResolvers()
Get an immutable the list of currently registered resolvers.
|
Modifier and Type | Method and Description |
---|---|
List<QName> |
EntityRoleFilter.getRoleWhiteList()
Get the unmodifiable list of roles that are NOT removed by this filter.
|
Modifier and Type | Method and Description |
---|---|
List<MetadataResolver> |
CompositeMetadataResolver.getResolvers()
Gets an immutable the list of currently registered resolvers.
|
List<String> |
AbstractDynamicHTTPMetadataResolver.getSupportedContentTypes()
Get the list of supported MIME types for use in Accept request header and validation of
response Content-Type header.
|
Modifier and Type | Method and Description |
---|---|
List<ResolverType> |
AbstractChainingCredentialResolver.getResolverChain()
Get the unmodifiable list of credential resolvers which comprise the resolver chain.
|
Modifier and Type | Method and Description |
---|---|
List<TrustEngine<? super TokenType>> |
ChainingTrustEngine.getChain()
Get the list of configured trust engines which constitute the trust evaluation chain.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
TrustedNamesCriterion.getTrustedNames()
Get the set of trusted names.
|
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
BasicX509CredentialNameEvaluator.getSubjectAltNameTypes()
Get the set of types of subject alternative names to process.
|
Modifier and Type | Method and Description |
---|---|
List<ClientTLSValidationConfiguration> |
ClientTLSValidationConfigurationCriterion.getConfigurations()
Get the list of configuration instances.
|
Set<Integer> |
CertificateNameOptions.getSubjectAltNames()
Get the set of types of subject alternative names evaluate as derived issuer entity ID names,
using integer constants defined in
org.opensaml.security.X509Support . |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
WhitelistBlacklistParameters.getBlacklistedAlgorithms()
Get the list of blacklisted algorithm URI's.
|
Collection<String> |
WhitelistBlacklistConfiguration.getBlacklistedAlgorithms()
Get the list of blacklisted algorithm URI's.
|
List<String> |
EncryptionConfiguration.getDataEncryptionAlgorithms()
Get the list of preferred data encryption algorithm URIs, in preference order.
|
List<Credential> |
EncryptionConfiguration.getDataEncryptionCredentials()
Get the list of data encryption credentials to use, in preference order.
|
List<String> |
EncryptionConfiguration.getKeyTransportEncryptionAlgorithms()
Get the list of preferred key transport encryption algorithm URIs, in preference order.
|
List<Credential> |
EncryptionConfiguration.getKeyTransportEncryptionCredentials()
Get the list of key transport encryption credentials to use, in preference order.
|
List<String> |
SignatureSigningConfiguration.getSignatureAlgorithms()
Get the list of preferred signature algorithm URIs, in preference order.
|
List<String> |
SignatureSigningConfiguration.getSignatureReferenceDigestMethods()
Get the list of digest method algorithm URIs suitable for use as a Signature Reference DigestMethod value,
in preference order.
|
List<Credential> |
SignatureSigningConfiguration.getSigningCredentials()
Get the list of signing credentials to use when signing, in preference order.
|
Collection<String> |
WhitelistBlacklistParameters.getWhitelistedAlgorithms()
Get the list of whitelisted algorithm URI's.
|
Collection<String> |
WhitelistBlacklistConfiguration.getWhitelistedAlgorithms()
Get the list of whitelisted algorithm URI's.
|
Modifier and Type | Method and Description |
---|---|
List<SignatureValidationConfiguration> |
SignatureValidationConfigurationCriterion.getConfigurations()
Get the list of configuration instances.
|
List<SignatureSigningConfiguration> |
SignatureSigningConfigurationCriterion.getConfigurations()
Get the list of configuration instances.
|
List<EncryptionConfiguration> |
EncryptionConfigurationCriterion.getConfigurations()
Get the list of configuration instances.
|
List<DecryptionConfiguration> |
DecryptionConfigurationCriterion.getConfigurations()
Get the list of configuration instances.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
EncryptedKeyResolver.getRecipients()
Get the set of recipient criteria used by this resolver, and against which a candidate
EncryptedKey's Recipient attribute is evaluated.
|
Set<String> |
AbstractEncryptedKeyResolver.getRecipients()
Get the set of recipient criteria used by this resolver, and against which a candidate
EncryptedKey's Recipient attribute is evaluated.
|
List<EncryptedKeyResolver> |
ChainingEncryptedKeyResolver.getResolverChain()
Get the unmodifiable list of resolvers which form the resolution chain.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
BasicWhitelistBlacklistConfiguration.getBlacklistedAlgorithms()
Get the list of blacklisted algorithm URI's.
|
List<String> |
BasicEncryptionConfiguration.getDataEncryptionAlgorithms()
Get the list of preferred data encryption algorithm URIs, in preference order.
|
List<Credential> |
BasicEncryptionConfiguration.getDataEncryptionCredentials()
Get the list of data encryption credentials to use, in preference order.
|
List<String> |
BasicEncryptionConfiguration.getKeyTransportEncryptionAlgorithms()
Get the list of preferred key transport encryption algorithm URIs, in preference order.
|
List<Credential> |
BasicEncryptionConfiguration.getKeyTransportEncryptionCredentials()
Get the list of key transport encryption credentials to use, in preference order.
|
List<String> |
BasicSignatureSigningConfiguration.getSignatureAlgorithms()
Get the list of preferred signature algorithm URIs, in preference order.
|
List<String> |
BasicSignatureSigningConfiguration.getSignatureReferenceDigestMethods()
Get the list of digest method algorithm URIs suitable for use as a Signature Reference DigestMethod value,
in preference order.
|
List<Credential> |
BasicSignatureSigningConfiguration.getSigningCredentials()
Get the list of signing credentials to use when signing, in preference order.
|
Collection<String> |
BasicWhitelistBlacklistConfiguration.getWhitelistedAlgorithms()
Get the list of whitelisted algorithm URI's.
|
Modifier and Type | Method and Description |
---|---|
List<SignatureTrustEngine> |
ChainingSignatureTrustEngine.getChain()
Get the list of configured trust engines which constitute the trust evaluation chain.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.