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).
|
AuthConfigSignedJWT |
getSignedJwt()
Signed JWT verification data
|
int |
hashCode() |
AuthConfig |
password(AuthConfigPassword password) |
AuthConfig |
saml(String saml) |
void |
setPassword(AuthConfigPassword password) |
void |
setSaml(String saml) |
void |
setSignedJwt(AuthConfigSignedJWT signedJwt) |
AuthConfig |
signedJwt(AuthConfigSignedJWT signedJwt) |
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)
public AuthConfig signedJwt(AuthConfigSignedJWT signedJwt)
public AuthConfigSignedJWT getSignedJwt()
public void setSignedJwt(AuthConfigSignedJWT signedJwt)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved