public interface IZServerCredentials
IZServerCredentialsProvider.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword()
Gets the RACF password.
|
java.lang.String |
getUserID()
Gets the RACF user ID.
|
boolean |
isPassTicket()
Whether the provided password is a pass ticket.
|
java.lang.String getUserID()
null is returned, the provided
credentials will not be used by the z/Explorer and the standard password
dialog will be opened.nulljava.lang.String getPassword()
null is returned as password, but a user ID was provided,
the standard z/Explorer Enter Password dialog will be shown with a
preset user IDnullboolean isPassTicket()
true if the provided password is a pass ticketCopyright © 2015 Micro Focus GmbH. All rights reserved.