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

  ClassDescription
public classNoRouteCredentialsException
Thrown when there are no security credentials available for specified route.

public classRouteCredentials
public classRouteCredentialsLoadingFailureException
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.

public classSingleRouteCredentialsHandler
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

  InterfaceDescription
public interfaceRouteCredentialsHandler
Resolves security credentials for specific route.