Direct Known Subclasses:
External

@ApiType("SoftLayer_Container_Authentication_Request_Native")
public class Native
extends Common
The SoftLayer_Container_Authentication_Request_Native data type contains information for requests to the getPortalLogin API. This class is specific to the SoftLayer Native login (username/password). The request information will be verified to ensure it is valid, and then there will be an attempt to obtain a portal login token in authenticating the user with the provided information.
See Also:
SoftLayer_Container_Authentication_Request_Native
  • Field Details

    • auxiliaryClaimsMiniToken

      @ApiProperty(canBeNullOrNotSet=true) protected String auxiliaryClaimsMiniToken
    • auxiliaryClaimsMiniTokenSpecified

      protected boolean auxiliaryClaimsMiniTokenSpecified
    • password

      @ApiProperty(canBeNullOrNotSet=true) protected String password
      Your SoftLayer customer portal user's portal password.
    • passwordSpecified

      protected boolean passwordSpecified
    • username

      @ApiProperty(canBeNullOrNotSet=true) protected String username
      The username you wish to authenticate to the SoftLayer customer portal with.
    • usernameSpecified

      protected boolean usernameSpecified
  • Constructor Details

    • Native

      public Native()
  • Method Details

    • getAuxiliaryClaimsMiniToken

      public String getAuxiliaryClaimsMiniToken()
    • setAuxiliaryClaimsMiniToken

      public void setAuxiliaryClaimsMiniToken​(String auxiliaryClaimsMiniToken)
    • isAuxiliaryClaimsMiniTokenSpecified

      public boolean isAuxiliaryClaimsMiniTokenSpecified()
    • unsetAuxiliaryClaimsMiniToken

      public void unsetAuxiliaryClaimsMiniToken()
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword​(String password)
    • isPasswordSpecified

      public boolean isPasswordSpecified()
    • unsetPassword

      public void unsetPassword()
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername​(String username)
    • isUsernameSpecified

      public boolean isUsernameSpecified()
    • unsetUsername

      public void unsetUsername()