Uses of Interface
com.okta.sdk.resource.AcsEndpoint
-
Packages that use AcsEndpoint Package Description com.okta.sdk.resource -
-
Uses of AcsEndpoint in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return AcsEndpoint Modifier and Type Method Description AcsEndpoint
AcsEndpoint. setIndex(java.lang.Integer index)
AcsEndpoint
AcsEndpoint. setUrl(java.lang.String url)
Methods in com.okta.sdk.resource that return types with arguments of type AcsEndpoint Modifier and Type Method Description java.util.List<AcsEndpoint>
SamlApplicationSettingsSignOn. getAcsEndpoints()
Method parameters in com.okta.sdk.resource with type arguments of type AcsEndpoint Modifier and Type Method Description SamlApplicationSettingsSignOn
SamlApplicationSettingsSignOn. setAcsEndpoints(java.util.List<AcsEndpoint> acsEndpoints)
-