Package | Description |
---|---|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.common.messaging.context.navigate |
Functions to navigate SAML message contexts.
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLPeerEntityContext
Subcontext that carries information about a SAML peer entity.
|
class |
SAMLPresenterEntityContext
Subcontext that carries information about the SAML "presenter" entity, as defined in
SAML Core, section 3.4.
|
Modifier and Type | Field and Description |
---|---|
private Class<? extends AbstractAuthenticatableSAMLEntityContext> |
SAMLMessageContextAuthenticationFunction.entityContextClass
The context class representing the authenticatable SAML entity.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLMessageContextAuthenticationFunction.setEntityContextClass(Class<? extends AbstractAuthenticatableSAMLEntityContext> clazz)
Set the class type holding the authenticatable SAML entity data.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.