| Package | Description |
|---|---|
| net.shibboleth.idp.authn.principal |
Classes supporting Java
Principal usage. |
| Modifier and Type | Field and Description |
|---|---|
private Map<Pair<Class<? extends Principal>,String>,PrincipalEvalPredicateFactory> |
PrincipalEvalPredicateFactoryRegistry.registry
Storage for the registry mappings.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalEvalPredicateFactory |
PrincipalEvalPredicateFactoryRegistry.lookup(Class<? extends Principal> principalType,
String operator)
Get a registered predicate factory for a given principal type and operator string, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalEvalPredicateFactoryRegistry.register(Class<? extends Principal> principalType,
String operator,
PrincipalEvalPredicateFactory factory)
Register a predicate factory for a given operator string.
|
| Constructor and Description |
|---|
PrincipalEvalPredicateFactoryRegistry(Map<Pair<Class<? extends Principal>,String>,PrincipalEvalPredicateFactory> fromMap)
Constructor.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.