Package com.okta.sdk.resource.model
Class ProtocolMtls
java.lang.Object
com.okta.sdk.resource.model.ProtocolMtls
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ProtocolMtls
extends Object
implements Serializable
Protocol settings for the [MTLS Protocol](https://tools.ietf.org/html/rfc5246#section-7.4.4)
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredentials
(MtlsCredentials credentials) endpoints
(MtlsEndpoints endpoints) boolean
Get credentialsGet endpointsgetType()
Mutual TLSint
hashCode()
void
setCredentials
(MtlsCredentials credentials) void
setEndpoints
(MtlsEndpoints endpoints) void
setType
(ProtocolMtls.TypeEnum type) toString()
type
(ProtocolMtls.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_ENDPOINTS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ProtocolMtls
public ProtocolMtls()
-
-
Method Details
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
endpoints
-
getEndpoints
Get endpoints- Returns:
- endpoints
-
setEndpoints
-
type
-
getType
Mutual TLS- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-