| Interface | Description |
|---|---|
| ChallengeDecisionHandler |
This interface represents a handler for CHALLENGE decision.
|
| DecisionHandler |
This interface represents a decision handler.
|
| DenyDecisionHandler |
This interface represents a handler for DENY decision.
|
| Class | Description |
|---|---|
| Decision |
This class represents a decision.
|
| HtmlPageChallengeDecisionHandler |
This class represents a CHALLENGE decision handler that returns HTML page to the user.
|
| HtmlPageDecisionHandler |
This class represents a decision handler that returns HTML page to the user.
|
| HtmlPageDenyDecisionHandler |
This class represents a DENY decision handler that returns HTML page to the user.
|
| RedirectChallengeDecisionHandler |
This class represents a CHALLENGE decision handler that redirects the user to certain URI.
|
| RedirectDecisionHandler |
This class represents a decision handler that redirects the user to certain URI.
|
| RedirectDenyDecisionHandler |
This class represents a DENY decision handler that redirects the user to certain URI.
|
| Enum | Description |
|---|---|
| DecisionType |
This enum represents a decision type, which is either ALLOW, DENY, or CHALLENGE.
|