Uses of Class
org.opensaml.saml.common.messaging.context.AbstractAuthenticatableSAMLEntityContext
Packages that use AbstractAuthenticatableSAMLEntityContext
Package
Description
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
Context classes for SAML-based messaging function.
Functions to navigate SAML message contexts.
-
Uses of AbstractAuthenticatableSAMLEntityContext in org.opensaml.saml.common.binding.security.impl
Fields in org.opensaml.saml.common.binding.security.impl with type parameters of type AbstractAuthenticatableSAMLEntityContextModifier and TypeFieldDescriptionprivate Class<? extends AbstractAuthenticatableSAMLEntityContext>
CheckAndRecordServerTLSEntityAuthenticationtHandler.entityContextClass
The actual context class holding the authenticatable SAML entity.private Class<? extends AbstractAuthenticatableSAMLEntityContext>
OperationContextEntityIDLookup.entityContextClass
The actual context class holding the authenticatable SAML entity.private Class<? extends AbstractAuthenticatableSAMLEntityContext>
SAMLMDClientCertAuthSecurityHandler.entityContextClass
The actual context class holding the authenticatable SAML entity.Methods in org.opensaml.saml.common.binding.security.impl that return types with arguments of type AbstractAuthenticatableSAMLEntityContextModifier and TypeMethodDescriptionClass<? extends AbstractAuthenticatableSAMLEntityContext>
SAMLMDClientCertAuthSecurityHandler.getEntityContextClass()
Get the class type holding the authenticatable SAML entity data.Method parameters in org.opensaml.saml.common.binding.security.impl with type arguments of type AbstractAuthenticatableSAMLEntityContextModifier and TypeMethodDescriptionvoid
CheckAndRecordServerTLSEntityAuthenticationtHandler.setEntityContextClass
(Class<? extends AbstractAuthenticatableSAMLEntityContext> clazz) Set the class type holding the authenticatable SAML entity data.void
SAMLMDClientCertAuthSecurityHandler.setEntityContextClass
(Class<? extends AbstractAuthenticatableSAMLEntityContext> clazz) Set the class type holding the authenticatable SAML entity data.Constructor parameters in org.opensaml.saml.common.binding.security.impl with type arguments of type AbstractAuthenticatableSAMLEntityContextModifierConstructorDescriptionOperationContextEntityIDLookup
(Class<? extends AbstractAuthenticatableSAMLEntityContext> clazz) Constructor. -
Uses of AbstractAuthenticatableSAMLEntityContext in org.opensaml.saml.common.messaging.context
Subclasses of AbstractAuthenticatableSAMLEntityContext in org.opensaml.saml.common.messaging.contextModifier and TypeClassDescriptionfinal class
Subcontext that carries information about a SAML peer entity.final class
Subcontext that carries information about the SAML "presenter" entity, as defined in SAML Core, section 3.4.