| Package | Description |
|---|---|
| net.shibboleth.idp.authn.context |
Context classes for managing authentication-related state.
|
| Modifier and Type | Field and Description |
|---|---|
private PrincipalEvalPredicateFactoryRegistry |
RequestedPrincipalContext.evalRegistry
The registry of predicate factories for custom principal evaluation.
|
private PrincipalEvalPredicateFactoryRegistry |
AuthenticationContext.evalRegistry
Instance of registry used for auto-creation of
RequestedPrincipalContext. |
| Modifier and Type | Method and Description |
|---|---|
PrincipalEvalPredicateFactoryRegistry |
RequestedPrincipalContext.getPrincipalEvalPredicateFactoryRegistry()
Get the registry of predicate factories for custom principal evaluation.
|
PrincipalEvalPredicateFactoryRegistry |
AuthenticationContext.getPrincipalEvalPredicateFactoryRegistry()
Get the registry of predicate factories for custom principal evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
RequestedPrincipalContext |
RequestedPrincipalContext.setPrincipalEvalPredicateFactoryRegistry(PrincipalEvalPredicateFactoryRegistry registry)
Set the registry of predicate factories for custom principal evaluation.
|
AuthenticationContext |
AuthenticationContext.setPrincipalEvalPredicateFactoryRegistry(PrincipalEvalPredicateFactoryRegistry registry)
Set the registry of predicate factories for custom principal evaluation to inject into instances of
RequestedPrincipalContext created via the AuthenticationContext.addRequestedPrincipalContext(String, List, boolean)
helper method. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.