public class OperationContextEntityIDLookup extends Object implements org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.messaging.context.MessageContext,String>
InOutOperationContext.| Modifier and Type | Field and Description |
|---|---|
private Class<? extends AbstractAuthenticatableSAMLEntityContext> |
entityContextClass
The actual context class holding the authenticatable SAML entity.
|
private org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup<org.opensaml.messaging.context.MessageContext,org.opensaml.messaging.context.InOutOperationContext> |
parentLookup
Parent operation context lookup function.
|
| Constructor and Description |
|---|
OperationContextEntityIDLookup()
Constructor.
|
OperationContextEntityIDLookup(Class<? extends AbstractAuthenticatableSAMLEntityContext> clazz)
Constructor.
|
@Nonnull private Class<? extends AbstractAuthenticatableSAMLEntityContext> entityContextClass
@Nonnull private org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup<org.opensaml.messaging.context.MessageContext,org.opensaml.messaging.context.InOutOperationContext> parentLookup
public OperationContextEntityIDLookup()
public OperationContextEntityIDLookup(@Nonnull Class<? extends AbstractAuthenticatableSAMLEntityContext> clazz)
clazz - the entity context class. Defaults to SAMLPeerEntityContext.Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.