|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceFinder | |
|---|---|
| com.cafesoft.cams | Cams API configuration classes. |
| com.cafesoft.cams.auth.login.module | JDBC, LDAP, and XML JAAS login modules. |
| com.cafesoft.cams.client | CamsClient classes for supporting custom Cams agents. |
| com.cafesoft.core.service | Services API support. |
| Uses of ServiceFinder in com.cafesoft.cams |
|---|
| Methods in com.cafesoft.cams that return ServiceFinder | |
|---|---|
ServiceFinder |
StandardContext.getServiceFinder()
Get the ServiceFinder applicable to this Context. |
ServiceFinder |
Context.getServiceFinder()
Get the ServiceFinder applicable to this Context. |
| Constructors in com.cafesoft.cams with parameters of type ServiceFinder | |
|---|---|
StandardConfig(Properties params,
String home,
ServiceFinder serviceFinder,
Logger logger)
Create a new StandardConfig. |
|
StandardContext(Config config,
String homeDir,
ServiceFinder serviceFinder,
Logger logger)
Create a new StandardContext. |
|
| Uses of ServiceFinder in com.cafesoft.cams.auth.login.module |
|---|
| Fields in com.cafesoft.cams.auth.login.module declared as ServiceFinder | |
|---|---|
protected ServiceFinder |
AbstractLoginModule.serviceFinder
ServiceFinder that makes Cams services available to the LoginModule. |
| Methods in com.cafesoft.cams.auth.login.module with parameters of type ServiceFinder | |
|---|---|
void |
ActiveDirectoryLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
void |
AESOActiveDirectoryLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
void |
DigipassJdbcLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
void |
JdbcLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
void |
UnboundIDLdapLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
void |
UnboundIDActiveDirectoryLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
void |
AESOXmlLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
void |
XmlLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
void |
AbstractLoginModule.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
| Uses of ServiceFinder in com.cafesoft.cams.client |
|---|
| Subinterfaces of ServiceFinder in com.cafesoft.cams.client | |
|---|---|
interface |
CamsClient
Defines a central interface for connecting to a Cams policy server and accessing services. |
| Uses of ServiceFinder in com.cafesoft.core.service |
|---|
| Classes in com.cafesoft.core.service that implement ServiceFinder | |
|---|---|
class |
StandardServiceFinder
StandardServiceFinder implements a ServiceFinder used by
ServiceClients to find Services. |
| Fields in com.cafesoft.core.service declared as ServiceFinder | |
|---|---|
protected ServiceFinder |
StandardServiceContext.serviceFinder
The ServiceFinder through which lookups for other Services can be made. |
| Methods in com.cafesoft.core.service that return ServiceFinder | |
|---|---|
ServiceFinder |
ServiceContext.getServiceFinder()
Get a ServiceFinder. |
ServiceFinder |
StandardServiceContext.getServiceFinder()
Get a ServiceFinder. |
| Methods in com.cafesoft.core.service with parameters of type ServiceFinder | |
|---|---|
void |
ServiceClient.setServiceFinder(ServiceFinder finder)
Set the ServiceFinder. |
| Constructors in com.cafesoft.core.service with parameters of type ServiceFinder | |
|---|---|
StandardServiceContext(Properties prop,
ServiceFinder serviceFinder,
Logger logger)
Create a new StandardServiceContext. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||