Interface IZosKerberosPrincipal


public interface IZosKerberosPrincipal
Representation of a Kerberos Principal
Author:
James Bartlett
  • Method Details

    • getPrincipalName

      String getPrincipalName()
      Returns:
      - the principal name
    • getRealm

      String getRealm()
      Returns:
      - the realm in which the principal exists
    • getUserid

      IZosUserid getUserid()
      Returns:
      - the zOS userid for which this principal was created
    • getPassword

      String getPassword()
      Returns:
      - password for the underlying userid
    • free

      void free() throws ZosSecurityManagerException
      Free the principal. This will be performed automatically at the end of the run
      Throws:
      ZosSecurityManagerException