public.javadoc.org.spincast.plugins.undertow.ISpincastHttpAuthIdentityManager.html Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of spincast-website Show documentation
                Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
                
            
ISpincastHttpAuthIdentityManager (org.spincast:spincast-framework 0.9.21 API) 
org.spincast.plugins.undertow
Interface ISpincastHttpAuthIdentityManager
- 
- All Superinterfaces:
 
- io.undertow.security.idm.IdentityManager
 
- All Known Implementing Classes:
 
- SpincastHttpAuthIdentityManager
 
public interface ISpincastHttpAuthIdentityManager
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.
 
 
 
 
Copyright © 2016. All rights reserved.
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy