com.ibm.broker.rest

Interface SecurityScheme

  • All Known Subinterfaces:
    ApiKeySecurityScheme, BasicAuthSecurityScheme, OAuth2SecurityScheme


    public interface SecurityScheme
    An interface that describes a security scheme in an API. A security scheme has a name and a description. This interface is extended to support specific security schemes, such as basic authentication and OAuth2.
    Since:
    IBM Integration Bus v10.0.0.6
    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of this security scheme.
        Returns:
        the name of this security scheme.
      • getDescription

        java.lang.String getDescription()
        Get a description of this security scheme.
        Returns:
        a description of this security scheme.
      • getType

        SecuritySchemeType getType()
        Get the type of this security scheme.
        Returns:
        the type of this security scheme.