Package com.okta.sdk.resource
Interface ProtocolEndpoints
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PropertyRetriever
,Resource
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface ProtocolEndpoints extends ExtensibleResource
ProtocolEndpoints
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtocolEndpoint
getAcs()
ProtocolEndpoint
getAuthorization()
ProtocolEndpoint
getJwks()
ProtocolEndpoint
getMetadata()
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)
-
Methods inherited from interface java.util.Map
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
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
Method Detail
-
getAcs
ProtocolEndpoint getAcs()
-
setAcs
ProtocolEndpoints setAcs(ProtocolEndpoint acs)
-
getAuthorization
ProtocolEndpoint getAuthorization()
-
setAuthorization
ProtocolEndpoints setAuthorization(ProtocolEndpoint authorization)
-
getJwks
ProtocolEndpoint getJwks()
-
setJwks
ProtocolEndpoints setJwks(ProtocolEndpoint jwks)
-
getMetadata
ProtocolEndpoint getMetadata()
-
setMetadata
ProtocolEndpoints setMetadata(ProtocolEndpoint metadata)
-
getSlo
ProtocolEndpoint getSlo()
-
setSlo
ProtocolEndpoints setSlo(ProtocolEndpoint slo)
-
getSso
ProtocolEndpoint getSso()
-
setSso
ProtocolEndpoints setSso(ProtocolEndpoint sso)
-
getToken
ProtocolEndpoint getToken()
-
setToken
ProtocolEndpoints setToken(ProtocolEndpoint token)
-
getUserInfo
ProtocolEndpoint getUserInfo()
-
setUserInfo
ProtocolEndpoints setUserInfo(ProtocolEndpoint userInfo)
-
-