Class AuthenticationUtils
java.lang.Object
be.personify.iam.scim.authentication.AuthenticationUtils
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class AuthenticationUtils
extends Object
implements org.springframework.context.ApplicationContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a map with the basic auth consumersGets a map with the consumers of type bearerjakarta.servlet.FilterGets the filter implementationvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
AuthenticationUtils
public AuthenticationUtils()
-
-
Method Details
-
getFilterImplementation
Gets the filter implementation- Returns:
- the filter
- Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getBasicAuthConsumers
Gets a map with the basic auth consumers- Returns:
- a map containing the consumers of type basic auth
-
getBearerAuthConsumers
Gets a map with the consumers of type bearer- Returns:
- a map containing the consumers of type bearer
-