|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthr.tis.mgw.client.security.SingleRouteCredentialsHandlerImpl
Convenience RouteCredentialsHandler implementation that provides
single RouteCredentials instance regardless of route ID.
Useful when there is only one route that one is working with.
Credentials and authentication are now used directly in xManager2.
Specify username and password parameters for various methods to achive authentication.
| Constructor Summary | |
SingleRouteCredentialsHandlerImpl()
Deprecated. |
|
| Method Summary | |
RouteCredentials |
getCredentials(java.lang.String routeId)
Deprecated. Returns security credentials for specified route. |
void |
setPassword(java.lang.String password)
Deprecated. |
void |
setUsername(java.lang.String username)
Deprecated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SingleRouteCredentialsHandlerImpl()
| Method Detail |
public RouteCredentials getCredentials(java.lang.String routeId)
RouteCredentialsHandlerWhen service is unable to resolve credentials for required routeId, it should return null.
getCredentials in interface RouteCredentialsHandlerrouteId - route identifier
public void setPassword(java.lang.String password)
public void setUsername(java.lang.String username)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||