public class StrictHostChecking extends Object implements com.oracle.bedrock.Option
Option to define the is strict host checking is required for
RemotePlatform SSH connections.
Copyright (c) 2014. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Modifier and Type | Method and Description |
|---|---|
static StrictHostChecking |
disabled()
Constructs a
StrictHostChecking being disabled. |
static StrictHostChecking |
enabled()
Constructs a
StrictHostChecking being enabled. |
static StrictHostChecking |
enabled(boolean enabled)
Constructs a
StrictHostChecking. |
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
isEnabled()
Determines if
StrictHostChecking is enabled. |
String |
toString() |
public boolean isEnabled()
StrictHostChecking is enabled.true if StrictHostChecking is enabled@OptionsByType.Default public static StrictHostChecking enabled()
StrictHostChecking being enabled.StrictHostCheckingpublic static StrictHostChecking disabled()
StrictHostChecking being disabled.StrictHostCheckingpublic static StrictHostChecking enabled(boolean enabled)
StrictHostChecking.enabled - should strict-host-checking be enabled?StrictHostCheckingCopyright © 2017. All rights reserved.