Class Native

  • 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 Detail

      • auxiliaryClaimsMiniTokenSpecified

        protected boolean auxiliaryClaimsMiniTokenSpecified
      • passwordSpecified

        protected boolean passwordSpecified
      • usernameSpecified

        protected boolean usernameSpecified
    • Constructor Detail

      • Native

        public Native()
    • Method Detail

      • 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()