Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.http.jetty12.JettyAuthPolicyRegistry Class Reference
Collaboration diagram for dev.rafex.ether.http.jetty12.JettyAuthPolicyRegistry:

Public Member Functions

void add (final AuthPolicy policy)
List< AuthPolicy > policies ()
void protectedPrefix (final String pathSpec)
void publicPath (final String method, final String pathSpec)

Detailed Description

Definition at line 34 of file JettyAuthPolicyRegistry.java.

Member Function Documentation

◆ add()

void dev.rafex.ether.http.jetty12.JettyAuthPolicyRegistry.add ( final AuthPolicy policy)

Definition at line 38 of file JettyAuthPolicyRegistry.java.

Referenced by protectedPrefix(), and publicPath().

Here is the caller graph for this function:

◆ policies()

List< AuthPolicy > dev.rafex.ether.http.jetty12.JettyAuthPolicyRegistry.policies ( )

Definition at line 50 of file JettyAuthPolicyRegistry.java.

◆ protectedPrefix()

void dev.rafex.ether.http.jetty12.JettyAuthPolicyRegistry.protectedPrefix ( final String pathSpec)

Definition at line 46 of file JettyAuthPolicyRegistry.java.

References add().

Here is the call graph for this function:

◆ publicPath()

void dev.rafex.ether.http.jetty12.JettyAuthPolicyRegistry.publicPath ( final String method,
final String pathSpec )

Definition at line 42 of file JettyAuthPolicyRegistry.java.

References add().

Here is the call graph for this function:

The documentation for this class was generated from the following file: