Uses of Class
net.shibboleth.idp.authn.context.UserAgentContext
Packages that use UserAgentContext
Package
Description
Context classes for managing authentication-related state.
Implementation of various authentication actions.
-
Uses of UserAgentContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return UserAgentContextModifier and TypeMethodDescriptionUserAgentContext.setAddress
(InetAddress userAgentAddress) Set the address of the user-agent host.UserAgentContext.setIdentifier
(String id) Set the user agent identifier. -
Uses of UserAgentContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as UserAgentContextModifier and TypeFieldDescriptionprivate UserAgentContext
ValidateUserAgentAddress.uaContext
User Agent context containing address to evaluate.