Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- activationCondition - Variable in class net.shibboleth.profile.audit.impl.AttributesAuditExtractor
-
A predicate to control whether attributes should be extracted for logging.
- apply(Map<String, Object>) - Method in class net.shibboleth.profile.context.logic.impl.RelyingPartiesActivationConditionFactory
- apply(ProfileRequestContext) - Method in class net.shibboleth.profile.audit.impl.AttributesAuditExtractor
- attributeContextLookupStrategy - Variable in class net.shibboleth.profile.audit.impl.AttributesAuditExtractor
-
Lookup strategy for AttributeContext to read from.
- AttributesAuditExtractor - Class in net.shibboleth.profile.audit.impl
-
Functionthat returns the attribute IDs from anAttributeContext. - AttributesAuditExtractor() - Constructor for class net.shibboleth.profile.audit.impl.AttributesAuditExtractor
-
Constructor.
- AttributesAuditExtractor(Function<ProfileRequestContext, AttributeContext>) - Constructor for class net.shibboleth.profile.audit.impl.AttributesAuditExtractor
-
Constructor.
B
- buildContext(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
-
Build and populate the synthetic instance of
ProfileRequestContextwhich will be used in the resolution call to the delegate as well as to resolve the entityID setting.
C
- contextLookAsideMap - Variable in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Optional map of renamed classes for string-based context navigation.
- counterGauge - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Stored copy of metric for teardown.
- counterMap - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Map of override counters.
- CriteriaSelfEntityIDResolver - Class in net.shibboleth.profile.relyingparty.impl
-
Resolver which uses an instance of
RelyingPartyConfigurationResolverto resolve our own entityID. - CriteriaSelfEntityIDResolver() - Constructor for class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
D
- decryptionParserPool - Variable in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Optional decryption
ParserPoolto configure. - DEFAULT_RELYING_PARTY_COUNTER - Static variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Counter ID for default RP.
- defaultRelyingPartyConfiguration - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Default relying party, used if no other verified instance matches.
- DefaultRelyingPartyConfigurationResolver - Class in net.shibboleth.profile.relyingparty.impl
-
Retrieves a per-relying party configuration for a given profile request based on the supplied
CriteriaSet. - DefaultRelyingPartyConfigurationResolver() - Constructor for class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Constructor.
- doDestroy() - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
- doDestroy() - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
- doInitialize() - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
- doInitialize() - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
- doInitialize() - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
E
- encryptionCredentials - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
The global list of all configured encryption credentials.
G
- getDecryptionParserPool() - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Get the global decryption
ParserPoolto configure. - getDefaultConfiguration() - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Get the
RelyingPartyConfigurationto use if no other configuration is applicable. - getEncryptionCredentials() - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
- getMetricRegistry() - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Get the global
MetricRegistryto configure. - getParserPool() - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Get the global
ParserPoolto configure. - getProfileRequestContext(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Get the
ProfileRequestContextincluded in the input criteria, if any. - getRelyingPartyConfigurations() - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Get an unmodifiable list of verified relying party configurations.
- getSigningCredentials() - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
- getUnverifiedConfiguration() - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Get the
RelyingPartyConfigurationto use if the configuration is found to be "unverified" (via use ofVerifiedProfileCriterion).
I
- increment(String) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Increment relying party counter.
L
- log - Variable in class net.shibboleth.profile.context.logic.impl.RelyingPartiesActivationConditionFactory
-
Class logger.
- log - Variable in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
-
Logger.
- log - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Class logger.
- log - Variable in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Class logger.
M
- metricName - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Name for counter map metric.
- metricRegistry - Variable in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Optional
MetricRegistryto configure.
N
- net.shibboleth.profile.audit.impl - package net.shibboleth.profile.audit.impl
-
Audit implementation classes.
- net.shibboleth.profile.context.logic.impl - package net.shibboleth.profile.context.logic.impl
-
Implementation classes supporting profile predicates.
- net.shibboleth.profile.relyingparty.impl - package net.shibboleth.profile.relyingparty.impl
-
Implementation of relying party resolution.
- net.shibboleth.profile.spring.impl - package net.shibboleth.profile.spring.impl
-
Spring helper classes for profile-aware software.
O
- OpenSAMLConfigBean - Class in net.shibboleth.profile.spring.impl
-
A simple bean that may be used with Spring to initialize the OpenSAML library with injected instances of some critical objects.
- OpenSAMLConfigBean() - Constructor for class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
P
- parserPool - Variable in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Optional
ParserPoolto configure.
R
- RelyingPartiesActivationConditionFactory - Class in net.shibboleth.profile.context.logic.impl
-
Factory function for manufacturing activation conditions based on
AttributeTranscoderRegistry.PROP_RELYINGPARTIES. - RelyingPartiesActivationConditionFactory() - Constructor for class net.shibboleth.profile.context.logic.impl.RelyingPartiesActivationConditionFactory
- resolve(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
- resolve(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
- resolveEntityDescriptor(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
-
Resolve the EntityDescriptor from the criteria.
- resolveEntityDescriptor(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Resolve the EntityDescriptor from the criteria.
- resolveEntityID(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
-
Resolve the entityID from the criteria.
- resolveEntityID(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Resolve the entityID from the criteria.
- resolveRoleDescriptor(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
-
Resolve the RoleDescriptor from the criteria.
- resolveRoleDescriptor(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Resolve the RoleDescriptor from the criteria.
- resolveSingle(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
- resolveSingle(CriteriaSet) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
- rpConfigurations - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Registered relying party configurations.
- rpcResolver - Variable in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
-
The RelyingPartyConfigurationResolver to which to delegate.
S
- setActivationCondition(Predicate<ProfileRequestContext>) - Method in class net.shibboleth.profile.audit.impl.AttributesAuditExtractor
-
Set a condition to evaluate to control whether attributes are extracted for logging.
- setContextLookAsideMap(Map<String, Class<? extends BaseContext>>) - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Set the global map of relocated context classes.
- setDecryptionParserPool(ParserPool) - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Set the global decryption
ParserPoolto configure. - setDefaultConfiguration(RelyingPartyConfiguration) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Set the
RelyingPartyConfigurationto use if no other configuration is applicable. - setEncryptionCredentials(List<CredentialHolder>) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Set the list of all configured encryption credentials.
- setEnvironment(Environment) - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
- setId(String) - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
- setMetricName(String) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Set name of metric to use for counters to track use of configurations.
- setMetricRegistry(MetricRegistry) - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Set the global
MetricRegistryto configure. - setParserPool(ParserPool) - Method in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
Set the global
ParserPoolto configure. - setRelyingPartyConfigurationResolver(ReloadableService<RelyingPartyConfigurationResolver>) - Method in class net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
-
Set the
RelyingPartyConfigurationResolverinstance to which to delegate. - setRelyingPartyConfigurations(Collection<? extends RelyingPartyConfiguration>) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Set the verified relying party configurations.
- setSigningCredentials(List<CredentialHolder>) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Set the list of all configured signing credentials.
- setUnverifiedConfiguration(RelyingPartyConfiguration) - Method in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Set the
RelyingPartyConfigurationto use if the configuration is found to be "unverified" (via use ofVerifiedProfileCriterion). - setUseUnfiltered(boolean) - Method in class net.shibboleth.profile.audit.impl.AttributesAuditExtractor
-
Set whether to extract the list of unfiltered attributes instead of the filtered attributes.
- signingCredentials - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
The global list of all configured signing credentials.
- springEnvironment - Variable in class net.shibboleth.profile.spring.impl.OpenSAMLConfigBean
-
The Spring environment instance.
U
- UNVERIFIED_RELYING_PARTY_COUNTER - Static variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Counter ID for unverified RP.
- unverifiedConfiguration - Variable in class net.shibboleth.profile.relyingparty.impl.DefaultRelyingPartyConfigurationResolver
-
Unverified relying party configuration, used if the request is unverified.
- useUnfiltered - Variable in class net.shibboleth.profile.audit.impl.AttributesAuditExtractor
-
Extract the unfiltered attribute list instead of the filtered list.
All Classes and Interfaces|All Packages|Constant Field Values