Uses of Class
com.okta.sdk.resource.model.AppCustomHrefObject
Packages that use AppCustomHrefObject
-
Uses of AppCustomHrefObject in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AppCustomHrefObjectModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.getApp()
Link to the app resourceOAuth2ScopeConsentGrantLinks.getApp()
Link to the app resourceOAuth2RefreshTokenLinks.getAuthorizationServer()
Link to the Token authorization server resourceOAuth2RefreshTokenLinks.getClient()
Link to the client resourceOAuth2ScopeConsentGrantLinks.getClient()
Link to the client resourceOAuth2RefreshTokenScopeLinks.getScope()
Link to Scope resourceOAuth2RefreshTokenLinks.getUser()
Link to the user resourceAppCustomHrefObject.hints
(AppCustomHrefObjectHints hints) Methods in com.okta.sdk.resource.model with parameters of type AppCustomHrefObjectModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.app
(AppCustomHrefObject app) OAuth2ScopeConsentGrantLinks.app
(AppCustomHrefObject app) OAuth2RefreshTokenLinks.authorizationServer
(AppCustomHrefObject authorizationServer) OAuth2RefreshTokenLinks.client
(AppCustomHrefObject client) OAuth2ScopeConsentGrantLinks.client
(AppCustomHrefObject client) OAuth2RefreshTokenScopeLinks.scope
(AppCustomHrefObject scope) void
OAuth2RefreshTokenLinks.setApp
(AppCustomHrefObject app) void
OAuth2ScopeConsentGrantLinks.setApp
(AppCustomHrefObject app) void
OAuth2RefreshTokenLinks.setAuthorizationServer
(AppCustomHrefObject authorizationServer) void
OAuth2RefreshTokenLinks.setClient
(AppCustomHrefObject client) void
OAuth2ScopeConsentGrantLinks.setClient
(AppCustomHrefObject client) void
OAuth2RefreshTokenScopeLinks.setScope
(AppCustomHrefObject scope) void
OAuth2RefreshTokenLinks.setUser
(AppCustomHrefObject user) OAuth2RefreshTokenLinks.user
(AppCustomHrefObject user)