All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.undertow.SpincastHttpAuthIdentityManager.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SpincastHttpAuthIdentityManager (org.spincast:spincast-framework 1.2.0 API)












org.spincast.plugins.undertow

Interface SpincastHttpAuthIdentityManager

  • All Superinterfaces:
    io.undertow.security.idm.IdentityManager
    All Known Implementing Classes:
    SpincastHttpAuthIdentityManagerDefault


    public interface SpincastHttpAuthIdentityManager
    extends io.undertow.security.idm.IdentityManager
    Custom identity manager for Undertow's HTTP auth protection.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void addUser(String username, String password)
      Adds a user to this identity manager.
      void removeAllUsers()
      Removes all users from this identity manager.
      void removeUser(String username)
      Removes a user from this identity manager.
      • Methods inherited from interface io.undertow.security.idm.IdentityManager

        verify, verify, verify
    • Method Detail

      • addUser

        void addUser(String username,
                     String password)
        Adds a user to this identity manager.
      • removeUser

        void removeUser(String username)
        Removes a user from this identity manager.
      • removeAllUsers

        void removeAllUsers()
        Removes all users from this identity manager.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy