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 TypeClassDescriptionclassSIPAuthenticationProvider<T extends SIPAuthenticationToken<T>>Base class for sip authentication providers.classSIPAuthenticationToken<T extends SIPAuthenticationToken<T>>Interface for all auth tokens used in implementations ofSIPAuthenticationProvider.Subclasses of SIPAuthenticationToken in one.x1f.sip.foundation.security.authenticationModifier and TypeClassDescriptionclassDefault 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 TypeClassDescriptionclassContainer 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 TypeInterfaceDescriptioninterfaceSIPTokenExtractor<T extends SIPAuthenticationToken<T>>The interface used for token extractors used byCompositeAuthenticationFilter,TokenExtractorsandSIPAuthenticationProviderimplementations 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 TypeClassDescriptionclassSIPAlwaysAllowValidator<T extends SIPAuthenticationToken<T>>Dummy validator which does no checks, and allows each token to be authenticated.interfaceSIPTokenValidator<T extends SIPAuthenticationToken<T>>Functional interface for all token validators -
Uses of SIPAuthenticationToken in one.x1f.sip.foundation.security.authentication.x509
Modifier and TypeClassDescriptionclassContainer for the certificates dn data, containing all relevant information for validation later on