| Package | Description |
|---|---|
| org.apache.catalina | |
| org.apache.catalina.core | |
| org.apache.catalina.realm |
This package contains
Realm implementations for the
various supported realm technologies for authenticating users and
identifying their associated roles. |
| Modifier and Type | Method and Description |
|---|---|
Server |
Service.getServer()
Return the
Server with which we are associated (if any). |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setServer(Server server)
Set the
Server with which we are associated (if any). |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardServer
Standard implementation of the Server interface, available for use
(but not required) when deploying and starting Catalina.
|
| Modifier and Type | Method and Description |
|---|---|
Server |
StandardService.getServer()
Return the
Server with which we are associated (if any). |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardService.setServer(Server server)
Set the
Server with which we are associated (if any). |
| Modifier and Type | Method and Description |
|---|---|
protected Server |
RealmBase.getServer()
Return the Server object that is the ultimate parent for the container
with which this Realm is associated.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.