Class | Description |
---|---|
HttpsConfig |
Configuration for http-https switching
|
HttpsMapper |
A
IRequestMapper that will issue a redirect to secured communication (over https) if the
page resolved by HttpsMapper.delegate is annotated with @RequireHttps |
HttpsMapper.RedirectHandler |
Handler that takes care of redirecting
|
Enum | Description |
---|---|
Scheme |
Url scheme
|
Annotation Type | Description |
---|---|
RequireHttps |
Marks a page as requiring https.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.