public class IosSingleSignOnSettings extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosSingleSignOnSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<AppListItem> |
allowedAppsList |
protected String |
allowedAppsListNextLink |
protected List<String> |
allowedUrls |
protected String |
allowedUrlsNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected String |
kerberosPrincipalName |
protected String |
kerberosRealm |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
IosSingleSignOnSettings() |
| Modifier and Type | Method and Description |
|---|---|
static IosSingleSignOnSettings.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
getAllowedAppsList()
“List of app identifiers that are allowed to use this login.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getAllowedUrls()
“List of HTTP URLs that must be matched in order to use this login.
|
Optional<String> |
getDisplayName()
“The display name of login settings shown on the receiving device.”
|
Optional<String> |
getKerberosPrincipalName()
“A Kerberos principal name.
|
Optional<String> |
getKerberosRealm()
“A Kerberos realm name.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosSingleSignOnSettings |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
IosSingleSignOnSettings |
withKerberosPrincipalName(String kerberosPrincipalName)
Returns an immutable copy of
this with just the kerberosPrincipalName field changed. |
IosSingleSignOnSettings |
withKerberosRealm(String kerberosRealm)
Returns an immutable copy of
this with just the kerberosRealm
field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected List<AppListItem> allowedAppsList
protected String allowedAppsListNextLink
protected String allowedUrlsNextLink
protected String displayName
protected String kerberosPrincipalName
protected String kerberosRealm
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<AppListItem> getAllowedAppsList()
public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedUrls()
public Optional<String> getDisplayName()
public IosSingleSignOnSettings withDisplayName(String displayName)
this with just the displayName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The display name of login settings shown on the receiving device.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<String> getKerberosPrincipalName()
public IosSingleSignOnSettings withKerberosPrincipalName(String kerberosPrincipalName)
this with just the kerberosPrincipalName field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“A Kerberos principal name. If not provided, the user is prompted for one during profile installation.”
kerberosPrincipalName - new value of kerberosPrincipalName field (as defined in service metadata)this with just the kerberosPrincipalName field changedpublic Optional<String> getKerberosRealm()
public IosSingleSignOnSettings withKerberosRealm(String kerberosRealm)
this with just the kerberosRealm
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“A Kerberos realm name. Case sensitive.”
kerberosRealm - new value of kerberosRealm field (as defined in service metadata)this with just the kerberosRealm field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static IosSingleSignOnSettings.Builder builder()
Copyright © 2018–2020. All rights reserved.