An auth handler that provides HTTP Basic Authentication support.

no subtypes hierarchy

Initializer
BasicAuthHandler(BasicAuthHandler unknown)
Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
addAuthoritiesshared actual default AuthHandler addAuthorities(Set<String> authorities)

Add a set of required authorities for this auth handler

Parameters:
  • authorities

    the set of authorities

addAuthorityshared actual default AuthHandler addAuthority(String authority)

Add a required authority for this auth handler

Parameters:
  • authority

    the authority

handleshared actual default void handle(RoutingContext arg0)
Inherited Methods
Methods inherited from: Object
equals
Methods inherited from: AuthHandler