Provides service for resolving security credentials.
Central interface is RouteCredentialsHandler that provides route-specific credentials.
SingleRouteCredentialsHandlerImpl is convenience implementation that will be sufficient in most cases.
Classes
| Class | Description | |
|---|---|---|
| NoRouteCredentialsException |
Thrown when there are no security credentials available for specified route.
| |
| RouteCredentials | ||
| RouteCredentialsLoadingFailureException |
Credentials and authentication are now used directly in xManager2.
Specify username and password parameters for various methods to achive authentication.
Deprecated for mGw version 2.
| |
| SingleRouteCredentialsHandler |
Convenience hr.tis.mgw.client.security.RouteCredentialsHandler implementation that provides
single hr.tis.mgw.client.security.RouteCredentials instance regardless of route ID.
Useful when there is only one route that one is working with.
|
Interfaces
| Interface | Description | |
|---|---|---|
| RouteCredentialsHandler |
Resolves security credentials for specific route.
|