public class HostInternetScsiHbaAuthenticationCapabilities extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
chapAuthSettable |
boolean |
krb5AuthSettable |
Boolean |
mutualChapSettable |
boolean |
spkmAuthSettable |
boolean |
srpAuthSettable |
Boolean |
targetChapSettable |
Boolean |
targetMutualChapSettable |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostInternetScsiHbaAuthenticationCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getMutualChapSettable() |
Boolean |
getTargetChapSettable() |
Boolean |
getTargetMutualChapSettable() |
boolean |
isChapAuthSettable() |
boolean |
isKrb5AuthSettable() |
boolean |
isSpkmAuthSettable() |
boolean |
isSrpAuthSettable() |
void |
setChapAuthSettable(boolean chapAuthSettable) |
void |
setKrb5AuthSettable(boolean krb5AuthSettable) |
void |
setMutualChapSettable(Boolean mutualChapSettable) |
void |
setSpkmAuthSettable(boolean spkmAuthSettable) |
void |
setSrpAuthSettable(boolean srpAuthSettable) |
void |
setTargetChapSettable(Boolean targetChapSettable) |
void |
setTargetMutualChapSettable(Boolean targetMutualChapSettable) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean chapAuthSettable
public boolean krb5AuthSettable
public boolean srpAuthSettable
public boolean spkmAuthSettable
public Boolean mutualChapSettable
public Boolean targetChapSettable
public Boolean targetMutualChapSettable
public HostInternetScsiHbaAuthenticationCapabilities()
public boolean isChapAuthSettable()
public boolean isKrb5AuthSettable()
public boolean isSrpAuthSettable()
public boolean isSpkmAuthSettable()
public Boolean getMutualChapSettable()
public Boolean getTargetChapSettable()
public Boolean getTargetMutualChapSettable()
public void setChapAuthSettable(boolean chapAuthSettable)
public void setKrb5AuthSettable(boolean krb5AuthSettable)
public void setSrpAuthSettable(boolean srpAuthSettable)
public void setSpkmAuthSettable(boolean spkmAuthSettable)
public void setMutualChapSettable(Boolean mutualChapSettable)
public void setTargetChapSettable(Boolean targetChapSettable)
public void setTargetMutualChapSettable(Boolean targetMutualChapSettable)
Copyright © 2011-2012. All Rights Reserved.