Package org.eclipse.jetty.security
Interface PropertyUserStore.UserListener
-
- Enclosing class:
- PropertyUserStore
@Deprecated(since="2021-05-27") public static interface PropertyUserStore.UserListener
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidremove(String username)Deprecated.voidupdate(String username, Credential credential, String[] roleArray)Deprecated.
-
-
-
Method Detail
-
update
void update(String username, Credential credential, String[] roleArray)
Deprecated.
-
remove
void remove(String username)
Deprecated.
-
-