Uses of Class
one.x1f.sip.foundation.security.authentication.SIPAuthenticationToken
Packages that use SIPAuthenticationToken
Package
Description
-
Uses of SIPAuthenticationToken in one.x1f.sip.foundation.security.authentication
Classes in one.x1f.sip.foundation.security.authentication with type parameters of type SIPAuthenticationTokenModifier and TypeClassDescriptionclass
SIPAuthenticationProvider<T extends SIPAuthenticationToken<T>>
Base class for sip authentication providers.class
SIPAuthenticationToken<T extends SIPAuthenticationToken<T>>
Interface for all auth tokens used in implementations ofSIPAuthenticationProvider
.Subclasses of SIPAuthenticationToken in one.x1f.sip.foundation.security.authenticationModifier and TypeClassDescriptionclass
Default Token set in the security context when using the sip authentication filter.Constructor parameters in one.x1f.sip.foundation.security.authentication with type arguments of type SIPAuthenticationTokenModifierConstructorDescriptionCompositeAuthenticationToken
(List<SIPAuthenticationToken<?>> authTokens) Creates a composite authentication token, consisting of other sip auth tokens, and an aggregated isAuthenticated setting -
Uses of SIPAuthenticationToken in one.x1f.sip.foundation.security.authentication.basic
Modifier and TypeClassDescriptionclass
Container for username/password tokens in the sip authentication framework. -
Uses of SIPAuthenticationToken in one.x1f.sip.foundation.security.authentication.common.extractors
Classes in one.x1f.sip.foundation.security.authentication.common.extractors with type parameters of type SIPAuthenticationTokenModifier and TypeInterfaceDescriptioninterface
SIPTokenExtractor<T extends SIPAuthenticationToken<T>>
The interface used for token extractors used byCompositeAuthenticationFilter
,TokenExtractors
andSIPAuthenticationProvider
implementations to extract the necessary information from an http request so that the provider can check if that request is authenticated or not. -
Uses of SIPAuthenticationToken in one.x1f.sip.foundation.security.authentication.common.validators
Classes in one.x1f.sip.foundation.security.authentication.common.validators with type parameters of type SIPAuthenticationTokenModifier and TypeClassDescriptionclass
SIPAlwaysAllowValidator<T extends SIPAuthenticationToken<T>>
Dummy validator which does no checks, and allows each token to be authenticated.interface
SIPTokenValidator<T extends SIPAuthenticationToken<T>>
Functional interface for all token validators -
Uses of SIPAuthenticationToken in one.x1f.sip.foundation.security.authentication.x509
Modifier and TypeClassDescriptionclass
Container for the certificates dn data, containing all relevant information for validation later on