public class ApiAuthConfigurationBean extends Object implements Serializable
| Constructor and Description |
|---|
ApiAuthConfigurationBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BasicAuthCredentialsBean |
getBasic() |
BearerTokenCredentialsBean |
getBearerToken() |
ApiAuthType |
getType() |
void |
setBasic(BasicAuthCredentialsBean basic) |
void |
setBearerToken(BearerTokenCredentialsBean bearerToken) |
void |
setType(ApiAuthType type) |
public ApiAuthType getType()
public void setType(ApiAuthType type)
type - the type to setpublic BasicAuthCredentialsBean getBasic()
public void setBasic(BasicAuthCredentialsBean basic)
basic - the basic to setpublic BearerTokenCredentialsBean getBearerToken()
public void setBearerToken(BearerTokenCredentialsBean bearerToken)
bearerToken - the bearerToken to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.