Package 

Interface CredentialsFactory

    • Method Summary

      Modifier and Type Method Description
      abstract <T extends Credentials> T create(Class<T> type) Instantiates a credentials object given its public type.
      abstract Class<out Credentials> getPublicType(Credentials credentials) Gets the public type for the given credentials instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait