Uses of Interface
com.okta.sdk.resource.ApplicationList
-
Packages that use ApplicationList Package Description com.okta.sdk.client -
-
Uses of ApplicationList in com.okta.sdk.client
Methods in com.okta.sdk.client that return ApplicationList Modifier and Type Method Description ApplicationList
Client. listApplications()
List Applications Enumerates apps added to your organization with pagination.ApplicationList
Client. listApplications(java.lang.String q, java.lang.String filter, java.lang.String expand, java.lang.Boolean includeNonDeleted)
List Applications Enumerates apps added to your organization with pagination.ApplicationList
Client. listAssignedApplicationsForGroup(java.lang.String groupId)
List Assigned Applications Enumerates all applications that are assigned to a group.
-