Uses of Class
net.shibboleth.idp.profile.context.AuditContext
-
Packages that use AuditContext Package Description net.shibboleth.idp.authn.impl Implementation of various authentication actions.net.shibboleth.idp.profile.audit.impl Audit implementation classes.net.shibboleth.idp.saml.audit.impl Classes implementing SAML-specific audit log behavior. -
-
Uses of AuditContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl with type parameters of type AuditContext Modifier and Type Field Description private Function<ProfileRequestContext,AuditContext>AbstractAuditingValidationAction. auditContextCreationStrategyStrategy used to locate or create theAuditContextto populate.Methods in net.shibboleth.idp.authn.impl that return AuditContext Modifier and Type Method Description protected AuditContextAbstractAuditingValidationAction. getAuditContext(ProfileRequestContext profileRequestContext)Create or locate theAuditContextvia the defined strategy.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type AuditContext Modifier and Type Method Description voidAbstractAuditingValidationAction. setAuditContextCreationStrategy(Function<ProfileRequestContext,AuditContext> strategy)Set the strategy used to locate theAuditContextassociated with a givenProfileRequestContext. -
Uses of AuditContext in net.shibboleth.idp.profile.audit.impl
Fields in net.shibboleth.idp.profile.audit.impl declared as AuditContext Modifier and Type Field Description private AuditContextPopulateAuditContext. auditCtxAuditContextto populate.private AuditContextWriteAuditLog. auditCtxThe AuditContext to operate on.Fields in net.shibboleth.idp.profile.audit.impl with type parameters of type AuditContext Modifier and Type Field Description private Function<ProfileRequestContext,AuditContext>PopulateAuditContext. auditContextCreationStrategyStrategy used to locate or create theAuditContextto populate.private Function<ProfileRequestContext,AuditContext>WriteAuditLog. auditContextLookupStrategyStrategy used to locate theAuditContextassociated with a givenProfileRequestContext.Method parameters in net.shibboleth.idp.profile.audit.impl with type arguments of type AuditContext Modifier and Type Method Description voidPopulateAuditContext. setAuditContextCreationStrategy(Function<ProfileRequestContext,AuditContext> strategy)Set the strategy used to locate theAuditContextassociated with a givenProfileRequestContext.voidWriteAuditLog. setAuditContextLookupStrategy(Function<ProfileRequestContext,AuditContext> strategy)Set the strategy used to locate theAuditContextassociated with a givenProfileRequestContext. -
Uses of AuditContext in net.shibboleth.idp.saml.audit.impl
Fields in net.shibboleth.idp.saml.audit.impl with type parameters of type AuditContext Modifier and Type Field Description private Function<ProfileRequestContext,AuditContext>WriteFTICKSLog. auditContextLookupStrategyStrategy used to locate theAuditContextassociated with a givenProfileRequestContext.
-