static DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.builder() |
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.fips(Boolean fips) |
Specifies whether this policy enables Federal Information Processing Standards (FIPS).
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.protocols(Collection<SecurityPolicyProtocol> protocols) |
Lists the file transfer protocols that the security policy applies to.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.protocols(SecurityPolicyProtocol... protocols) |
Lists the file transfer protocols that the security policy applies to.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.protocolsWithStrings(String... protocols) |
Lists the file transfer protocols that the security policy applies to.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.protocolsWithStrings(Collection<String> protocols) |
Lists the file transfer protocols that the security policy applies to.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.securityPolicyName(String securityPolicyName) |
The text name of the specified security policy.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.sshCiphers(String... sshCiphers) |
Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to
the server or connector.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.sshCiphers(Collection<String> sshCiphers) |
Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to
the server or connector.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.sshHostKeyAlgorithms(String... sshHostKeyAlgorithms) |
Lists the host key algorithms for the security policy.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.sshHostKeyAlgorithms(Collection<String> sshHostKeyAlgorithms) |
Lists the host key algorithms for the security policy.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.sshKexs(String... sshKexs) |
Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the
server or connector.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.sshKexs(Collection<String> sshKexs) |
Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the
server or connector.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.sshMacs(String... sshMacs) |
Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is
attached to the server or connector.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.sshMacs(Collection<String> sshMacs) |
Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is
attached to the server or connector.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.tlsCiphers(String... tlsCiphers) |
Lists the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is
attached to the server.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.tlsCiphers(Collection<String> tlsCiphers) |
Lists the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is
attached to the server.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.toBuilder() |
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.type(String type) |
The resource type to which the security policy applies, either server or connector.
|
DescribedSecurityPolicy.Builder |
DescribedSecurityPolicy.Builder.type(SecurityPolicyResourceType type) |
The resource type to which the security policy applies, either server or connector.
|