Class VPNServerAuthentication
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.VPNServerAuthentication
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
VPNServerAuthenticationByCertificate
,VPNServerAuthenticationByUsername
public class VPNServerAuthentication
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An authentication method for this VPN server.
Classes which extend this class:
- VPNServerAuthenticationByUsername
- VPNServerAuthenticationByCertificate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The type of authentication. -
Method Summary
Modifier and TypeMethodDescriptionGets the clientCa.getCrl()
Gets the crl.Gets the identityProvider.Gets the method.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getMethod
Gets the method. The type of authentication. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the method
-
getIdentityProvider
Gets the identityProvider. The type of identity provider to be used by VPN client.- Returns:
- the identityProvider
-
getClientCa
Gets the clientCa. The certificate instance used for the VPN client certificate authority (CA).- Returns:
- the clientCa
-
getCrl
Gets the crl. The certificate revocation list contents, encoded in PEM format.- Returns:
- the crl
-