@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00") public class DefaultProtocolEndpoints extends AbstractResource implements ProtocolEndpoints
properties
readLock, writeLock
Constructor and Description |
---|
DefaultProtocolEndpoints(InternalDataStore dataStore) |
DefaultProtocolEndpoints(InternalDataStore dataStore,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
ProtocolEndpoint |
getAcs() |
ProtocolEndpoint |
getAuthorization() |
ProtocolEndpoint |
getJwks() |
ProtocolEndpoint |
getMetadata() |
Map<String,Property> |
getPropertyDescriptors() |
ProtocolEndpoint |
getSlo() |
ProtocolEndpoint |
getSso() |
ProtocolEndpoint |
getToken() |
ProtocolEndpoint |
getUserInfo() |
ProtocolEndpoints |
setAcs(ProtocolEndpoint acs) |
ProtocolEndpoints |
setAuthorization(ProtocolEndpoint authorization) |
ProtocolEndpoints |
setJwks(ProtocolEndpoint jwks) |
ProtocolEndpoints |
setMetadata(ProtocolEndpoint metadata) |
ProtocolEndpoints |
setSlo(ProtocolEndpoint slo) |
ProtocolEndpoints |
setSso(ProtocolEndpoint sso) |
ProtocolEndpoints |
setToken(ProtocolEndpoint token) |
ProtocolEndpoints |
setUserInfo(ProtocolEndpoint userInfo) |
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, values
getBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public DefaultProtocolEndpoints(InternalDataStore dataStore)
public DefaultProtocolEndpoints(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors
in class AbstractResource
public ProtocolEndpoint getAcs()
getAcs
in interface ProtocolEndpoints
public ProtocolEndpoints setAcs(ProtocolEndpoint acs)
setAcs
in interface ProtocolEndpoints
public ProtocolEndpoint getAuthorization()
getAuthorization
in interface ProtocolEndpoints
public ProtocolEndpoints setAuthorization(ProtocolEndpoint authorization)
setAuthorization
in interface ProtocolEndpoints
public ProtocolEndpoint getJwks()
getJwks
in interface ProtocolEndpoints
public ProtocolEndpoints setJwks(ProtocolEndpoint jwks)
setJwks
in interface ProtocolEndpoints
public ProtocolEndpoint getMetadata()
getMetadata
in interface ProtocolEndpoints
public ProtocolEndpoints setMetadata(ProtocolEndpoint metadata)
setMetadata
in interface ProtocolEndpoints
public ProtocolEndpoint getSlo()
getSlo
in interface ProtocolEndpoints
public ProtocolEndpoints setSlo(ProtocolEndpoint slo)
setSlo
in interface ProtocolEndpoints
public ProtocolEndpoint getSso()
getSso
in interface ProtocolEndpoints
public ProtocolEndpoints setSso(ProtocolEndpoint sso)
setSso
in interface ProtocolEndpoints
public ProtocolEndpoint getToken()
getToken
in interface ProtocolEndpoints
public ProtocolEndpoints setToken(ProtocolEndpoint token)
setToken
in interface ProtocolEndpoints
public ProtocolEndpoint getUserInfo()
getUserInfo
in interface ProtocolEndpoints
public ProtocolEndpoints setUserInfo(ProtocolEndpoint userInfo)
setUserInfo
in interface ProtocolEndpoints
Copyright © 2017–2023 Okta. All rights reserved.