Uses of Enum Class
org.opensaml.security.credential.UsageType
Packages that use UsageType
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
Classes related to verifying various credentials within a SAML system.
Interfaces and classes related to credentials and ways to represent them.
Implementations of
Criterion where the
parameterized evaluation target type is Credential.CredentialResolver implementation classes.Classes which model lookup criteria used as input to a
Resolver.TrustEngine implementation classes related to PKIX.-
Uses of UsageType in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return UsageTypeMethods in org.opensaml.saml.saml2.metadata with parameters of type UsageType -
Uses of UsageType in org.opensaml.saml.saml2.metadata.impl
Fields in org.opensaml.saml.saml2.metadata.impl declared as UsageTypeMethods in org.opensaml.saml.saml2.metadata.impl that return UsageTypeMethods in org.opensaml.saml.saml2.metadata.impl with parameters of type UsageType -
Uses of UsageType in org.opensaml.saml.security.impl
Methods in org.opensaml.saml.security.impl that return UsageTypeModifier and TypeMethodDescriptionprotected UsageTypeMetadataCredentialResolver.getEffectiveUsageInput(CriteriaSet criteriaSet) Get the effectiveUsageTypeinput to use.Methods in org.opensaml.saml.security.impl with parameters of type UsageTypeModifier and TypeMethodDescriptionprotected voidMetadataCredentialResolver.extractCredentials(Collection<Credential> accumulator, KeyDescriptor keyDescriptor, String entityID, UsageType mdUsage) Extract the credentials from the specified KeyDescriptor.protected booleanMetadataCredentialResolver.matchUsage(UsageType metadataUsage, UsageType criteriaUsage) Match usage enum type values from entityDescriptorResolver KeyDescriptor and from credential criteria.protected voidMetadataCredentialResolver.processRoleDescriptor(Collection<Credential> accumulator, RoleDescriptor roleDescriptor, String entityID, UsageType usage) Process a RoleDescriptor by examing each of its KeyDescriptors.protected Collection<Credential>MetadataCredentialResolver.resolveFromMetadata(CriteriaSet criteriaSet, String entityID, QName role, String protocol, UsageType usage) Resolves credentials using this resolver's configured instance ofRoleDescriptorResolver.protected Collection<Credential>MetadataCredentialResolver.resolveFromRoleDescriptor(CriteriaSet criteriaSet, RoleDescriptor roleDescriptor, UsageType usage) Resolves credentials using a supplied instance ofRoleDescriptor. -
Uses of UsageType in org.opensaml.security.credential
Fields in org.opensaml.security.credential declared as UsageTypeModifier and TypeFieldDescriptionprivate UsageTypeAbstractCredential.usageTypeUsage type of this credential.Methods in org.opensaml.security.credential that return UsageTypeModifier and TypeMethodDescriptionAbstractCredential.getUsageType()Gets usage type of this credential.Credential.getUsageType()Gets usage type of this credential.static UsageTypeReturns the enum constant of this class with the specified name.static UsageType[]UsageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.security.credential with parameters of type UsageTypeModifier and TypeMethodDescriptionprotected voidAbstractCredential.setUsageType(UsageType newUsageType) Sets the usage type for this credential.voidBasicCredential.setUsageType(UsageType newUsageType) Sets the usage type for this credential.voidMutableCredential.setUsageType(UsageType newUsageType) Sets the usage type for this credential. -
Uses of UsageType in org.opensaml.security.credential.criteria.impl
Fields in org.opensaml.security.credential.criteria.impl declared as UsageTypeModifier and TypeFieldDescriptionprivate final UsageTypeEvaluableUsageCredentialCriterion.usageBase criteria.Methods in org.opensaml.security.credential.criteria.impl with parameters of type UsageTypeModifier and TypeMethodDescriptionprotected booleanEvaluableUsageCredentialCriterion.matchUsage(UsageType credentialUsage, UsageType criteriaUsage) Match usage enum type values from credential and criteria.Constructors in org.opensaml.security.credential.criteria.impl with parameters of type UsageType -
Uses of UsageType in org.opensaml.security.credential.impl
Fields in org.opensaml.security.credential.impl declared as UsageTypeModifier and TypeFieldDescriptionprivate final UsageTypeKeyStoreCredentialResolver.keystoreUsageUsage type of all keys in the store.Methods in org.opensaml.security.credential.impl with parameters of type UsageTypeModifier and TypeMethodDescriptionprotected CredentialKeyStoreCredentialResolver.buildCredential(KeyStore.Entry keyStoreEntry, String entityID, UsageType usage) Build a credential instance from the key store entry.protected booleanKeyStoreCredentialResolver.matchUsage(UsageType keyStoreUsage, UsageType criteriaUsage) Match usage enum type values from keystore configured usage and from credential criteria.protected X509CredentialKeyStoreCredentialResolver.processPrivateKeyEntry(KeyStore.PrivateKeyEntry privateKeyEntry, String entityID, UsageType usage) Build an X509Credential from a keystore private key entry.protected CredentialKeyStoreCredentialResolver.processSecretKeyEntry(KeyStore.SecretKeyEntry secretKeyEntry, String entityID, UsageType usage) Build a Credential from a keystore secret key entry.protected X509CredentialKeyStoreCredentialResolver.processTrustedCertificateEntry(KeyStore.TrustedCertificateEntry trustedCertEntry, String entityID, UsageType usage) Build an X509Credential from a keystore trusted certificate entry.Constructors in org.opensaml.security.credential.impl with parameters of type UsageType -
Uses of UsageType in org.opensaml.security.criteria
Fields in org.opensaml.security.criteria declared as UsageTypeModifier and TypeFieldDescriptionprivate UsageTypeUsageCriterion.credUsageKey usage type of resolved credentials.Methods in org.opensaml.security.criteria that return UsageTypeMethods in org.opensaml.security.criteria with parameters of type UsageTypeModifier and TypeMethodDescriptionvoidSet the key usage criteria.Constructors in org.opensaml.security.criteria with parameters of type UsageType -
Uses of UsageType in org.opensaml.security.x509.impl
Methods in org.opensaml.security.x509.impl with parameters of type UsageTypeModifier and TypeMethodDescriptionvoidKeyStoreX509CredentialAdapter.setUsageType(UsageType newUsageType) Sets the usage type for this credential.voidX509KeyManagerX509CredentialAdapter.setUsageType(UsageType newUsageType) Sets the usage type for this credential.