Interface AuthorityRoute.Manager<A,B,C extends AuthorityRoute<A>,D extends AuthorityRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>

Type Parameters:
A - the resource type
B - the input type
C - the authority route type
D - the authority route manager type
E - the router type
All Superinterfaces:
RouteManager<A,B,C,D,E>
Enclosing interface:
AuthorityRoute<A>

public static interface AuthorityRoute.Manager<A,B,C extends AuthorityRoute<A>,D extends AuthorityRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>> extends RouteManager<A,B,C,D,E>

An authority route manager.

Since:
1.12
Author:
Jeremy Kuhn
  • Method Details

    • authority

      D authority(String authority)

      Specifies the authority matching the authority in an input.

      Parameters:
      authority - an authority
      Returns:
      the route manager
    • authorityPattern

      D authorityPattern(Pattern authorityPattern)

      Specifies the authority pattern matching the authority in an input.

      Parameters:
      authorityPattern - an authority pattern
      Returns:
      the route manager