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 Details

    • AuthenticationUtils

      public AuthenticationUtils()
  • Method Details

    • getFilterImplementation

      public jakarta.servlet.Filter getFilterImplementation() throws Exception
      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:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getBasicAuthConsumers

      public Map<String,Consumer> getBasicAuthConsumers()
      Gets a map with the basic auth consumers
      Returns:
      a map containing the consumers of type basic auth
    • getBearerAuthConsumers

      public Map<String,Consumer> getBearerAuthConsumers()
      Gets a map with the consumers of type bearer
      Returns:
      a map containing the consumers of type bearer