Package de.ikor.sip.foundation.security.authentication
-
Class Summary Class Description CompositeAuthenticationFilter The authentication filter which handles composite authentication, which means that in contrast to default spring-security (if one authentication succeeds, the user is "logged in") all configured sip authentication providers responsible for a specific endpoint need to succeed with the authentication.CompositeAuthenticationToken Default Token set in the security context when using the sip authentication filter.SIPAuthenticationProvider<T extends SIPAuthenticationToken<T>> Base class for sip authentication providers.SIPAuthenticationToken<T extends SIPAuthenticationToken<T>> Interface for all auth tokens used in implementations ofSIPAuthenticationProvider
.SIPAuthProviderCondition Matcher class implementing the logic for theConditionalOnSIPAuthProvider
annotation. -
Annotation Types Summary Annotation Type Description ConditionalOnSIPAuthProvider Condition which allows us to control which auth providers and validators should be loaded.