@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-02-02T06:24:07.455Z") public class AuthConfig extends Object
Constructor and Description |
---|
AuthConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AuthConfigPassword |
getPassword()
Get password
|
String |
getSaml()
XML metadata for a SAML 2.0 Identity Provider (IdP).
|
int |
hashCode() |
AuthConfig |
password(AuthConfigPassword password) |
AuthConfig |
saml(String saml) |
void |
setPassword(AuthConfigPassword password) |
void |
setSaml(String saml) |
String |
toString() |
public AuthConfig password(AuthConfigPassword password)
public AuthConfigPassword getPassword()
public void setPassword(AuthConfigPassword password)
public AuthConfig saml(String saml)
public String getSaml()
public void setSaml(String saml)
Copyright © 2017-2019 Fortanix Inc. All Rights Reserved