Class APIKeyOnlyAuth

  • All Implemented Interfaces:

    @Serializable() 
    public final class APIKeyOnlyAuth
    extends Auth
                        

    Represents the authentication type of 'apikeyonly' which is available in CF landscape.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String type
    • Constructor Summary

      Constructors 
      Constructor Description
      APIKeyOnlyAuth(String type)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getType()
      AuthMethod getAuthMethod() Get the authentication method type.
      String toString()
      final static APIKeyOnlyAuth createAuthAPIKeyOnlyFromJsonString(String str) Parses the string manually, since it might come from discovery service or other sources, the properties in json might not be the same order as what serializer does.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • APIKeyOnlyAuth

        APIKeyOnlyAuth(String type)