Uses of Interface
com.okta.sdk.resource.application.AcsEndpoint
-
Packages that use AcsEndpoint Package Description com.okta.sdk.resource.application -
-
Uses of AcsEndpoint in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return AcsEndpoint Modifier and Type Method Description AcsEndpointAcsEndpoint. setIndex(java.lang.Integer index)AcsEndpointAcsEndpoint. setUrl(java.lang.String url)Methods in com.okta.sdk.resource.application 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.application with type arguments of type AcsEndpoint Modifier and Type Method Description SamlApplicationSettingsSignOnSamlApplicationSettingsSignOn. setAcsEndpoints(java.util.List<AcsEndpoint> acsEndpoints)
-