An auth handler that's used to handle auth by redirecting user to a custom login page.
AnythingRedirectAuthHandlerBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
RedirectAuthHandler(RedirectAuthHandler unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
addAuthorities | shared actual default AuthHandler addAuthorities(Set<String> authorities)Add a set of required authorities for this auth handler Parameters:
Refines AuthHandler.addAuthorities |
addAuthority | shared actual default AuthHandler addAuthority(String authority)Add a required authority for this auth handler Parameters:
Refines AuthHandler.addAuthority |
handle | shared actual default void handle(RoutingContext arg0)Refines AuthHandler.handle |
| Inherited Methods |
Methods inherited from: Objectequals |
Methods inherited from: AuthHandler |