Uses of Class
org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
Packages that use AbstractSAMLEntityContext
Package
Description
Implementation of SAML binding-level functionality, such as MessageHandlers.
Context classes for SAML-based messaging function.
Functions to navigate SAML message contexts.
-
Uses of AbstractSAMLEntityContext in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl with type parameters of type AbstractSAMLEntityContextModifier and TypeFieldDescriptionprivate Class<? extends AbstractSAMLEntityContext>SAMLMetadataLookupHandler.entityContextClassThe context class representing the SAML entity whose data is to be resolved.private Class<? extends AbstractSAMLEntityContext>SAMLProtocolAndRoleHandler.entityContextClassThe context class representing the SAML entity for whom data is to be attached.Method parameters in org.opensaml.saml.common.binding.impl with type arguments of type AbstractSAMLEntityContextModifier and TypeMethodDescriptionvoidSAMLMetadataLookupHandler.setEntityContextClass(Class<? extends AbstractSAMLEntityContext> clazz) Set the class type holding the SAML entity data.voidSAMLProtocolAndRoleHandler.setEntityContextClass(Class<? extends AbstractSAMLEntityContext> clazz) Set the class type holding the SAML entity data. -
Uses of AbstractSAMLEntityContext in org.opensaml.saml.common.messaging.context
Subclasses of AbstractSAMLEntityContext in org.opensaml.saml.common.messaging.contextModifier and TypeClassDescriptionclassAbstract base class for subcontexts that carry information about a SAML entity which may be authenticated.final classSubcontext that carries information about a SAML peer entity.final classDeprecated, for removal: This API element is subject to removal in a future version.final classSubcontext that carries information about the SAML "self" entity.