public class ZServerCredentialsProvider
extends StandardCredentialsProvider
StandardCredentialsProvider which simply contains a
flag whether the provided "password" is a pass ticket or not.| Constructor and Description |
|---|
ZServerCredentialsProvider(IConnectorService pConnectorService)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPassTicket()
Gets whether the provided password is actually a pass ticket.
|
void |
setPassTicket(boolean pPassTicket)
Sets whether the provided password is actually a pass ticket.
|
public ZServerCredentialsProvider(IConnectorService pConnectorService)
pConnectorService - the connector servicepublic boolean isPassTicket()
true if a pass ticket is providedpublic void setPassTicket(boolean pPassTicket)
pPassTicket - whether this provider provides a pass ticketCopyright © 2015 Micro Focus GmbH. All rights reserved.