Class UserCreateResult


  • public final class UserCreateResult
    extends java.lang.Object
    Keypair for a newly created user.
    • Method Detail

      • getUserPublicKey

        public final PublicKey getUserPublicKey()
      • getNeedsRotation

        public final boolean getNeedsRotation()
        True if the private key of the user's keypair needs to be rotated, else false.
      • delete

        public void delete()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable