Modifier and Type | Method and Description |
---|---|
static <T extends Resource> |
Caches.forResource(java.lang.Class<T> clazz)
Returns a new
CacheConfigurationBuilder to configure a cache region that will store data for instances
of type clazz . |
Modifier and Type | Method and Description |
---|---|
<T extends Resource> |
DataStore.create(java.lang.String parentHref,
T resource)
Creates a new resource and returns the instance as represented by the server.
|
<T extends Resource> |
DataStore.delete(java.lang.String href,
T resource)
Deleted a resource on the remote server.
|
<T extends Resource> |
RequestBuilder.get(java.lang.String href,
java.lang.Class<T> type)
Executes a
GET request and returns a Resource. |
<T extends Resource> |
DataStore.getResource(java.lang.String href,
java.lang.Class<T> clazz)
Looks up (retrieves) the resource at the specified
href URL and returns the resource as an instance of
the specified class . |
<T extends Resource> |
DataStore.instantiate(java.lang.Class<T> clazz)
Instantiates and returns a new instance of the specified Resource type.
|
<T extends Resource> |
RequestBuilder.post(java.lang.String href,
java.lang.Class<T> type)
Executes a
POST request and returns a Resource. |
<T extends Resource> |
DataStore.save(java.lang.String href,
T resource)
Saves an exiting resource to the remote server.
|
Modifier and Type | Method and Description |
---|---|
RequestBuilder |
RequestBuilder.setBody(Resource resource)
Sets the Resource body for the request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ErrorCause |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionResource<T extends Resource>
|
interface |
Saveable<R extends Resource> |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionResource<T extends Resource>
|
interface |
ExtensibleResource
A
Resource whose's properties are accessible via a map, and convenience methods via PropertyRetriever . |
interface |
VoidResource
A generic Resource implementation that can be used when the response type is expected to be empty;
|
Modifier and Type | Interface and Description |
---|---|
interface |
Application
Application
|
interface |
ApplicationAccessibility
ApplicationAccessibility
|
interface |
ApplicationCredentials
ApplicationCredentials
|
interface |
ApplicationCredentialsOAuthClient
ApplicationCredentialsOAuthClient
|
interface |
ApplicationCredentialsSigning
ApplicationCredentialsSigning
|
interface |
ApplicationCredentialsUsernameTemplate
ApplicationCredentialsUsernameTemplate
|
interface |
ApplicationGroupAssignment
ApplicationGroupAssignment
|
interface |
ApplicationGroupAssignmentList
Collection List for ApplicationGroupAssignment
|
interface |
ApplicationLicensing
ApplicationLicensing
|
interface |
ApplicationList
Collection List for Application
|
interface |
ApplicationSettings
ApplicationSettings
|
interface |
ApplicationSettingsApplication
ApplicationSettingsApplication
|
interface |
ApplicationSettingsNotifications
ApplicationSettingsNotifications
|
interface |
ApplicationSettingsNotificationsVpn
ApplicationSettingsNotificationsVpn
|
interface |
ApplicationSettingsNotificationsVpnNetwork
ApplicationSettingsNotificationsVpnNetwork
|
interface |
ApplicationVisibility
ApplicationVisibility
|
interface |
ApplicationVisibilityHide
ApplicationVisibilityHide
|
interface |
AppUser
AppUser
|
interface |
AppUserCredentials
AppUserCredentials
|
interface |
AppUserList
Collection List for AppUser
|
interface |
AppUserPasswordCredential
AppUserPasswordCredential
|
interface |
AuthorizationServerCredentials
AuthorizationServerCredentials
|
interface |
AutoLoginApplication
AutoLoginApplication
|
interface |
AutoLoginApplicationSettings
AutoLoginApplicationSettings
|
interface |
AutoLoginApplicationSettingsSignOn
AutoLoginApplicationSettingsSignOn
|
interface |
BasicApplicationSettings
BasicApplicationSettings
|
interface |
BasicApplicationSettingsApplication
BasicApplicationSettingsApplication
|
interface |
BasicAuthApplication
BasicAuthApplication
|
interface |
BookmarkApplication
BookmarkApplication
|
interface |
BookmarkApplicationSettings
BookmarkApplicationSettings
|
interface |
BookmarkApplicationSettingsApplication
BookmarkApplicationSettingsApplication
|
interface |
BrowserPluginApplication
BrowserPluginApplication
|
interface |
Csr
Csr
|
interface |
CsrList
Collection List for Csr
|
interface |
CsrMetadata
CsrMetadata
|
interface |
CsrMetadataSubject
CsrMetadataSubject
|
interface |
CsrMetadataSubjectAltNames
CsrMetadataSubjectAltNames
|
interface |
JsonWebKey
JsonWebKey
|
interface |
JsonWebKeyList
Collection List for JsonWebKey
|
interface |
JwkUse
JwkUse
|
interface |
OAuth2Actor
OAuth2Actor
|
interface |
OAuth2Claim
OAuth2Claim
|
interface |
OAuth2ClaimConditions
OAuth2ClaimConditions
|
interface |
OAuth2ClaimList
Collection List for OAuth2Claim
|
interface |
OAuth2Client
OAuth2Client
|
interface |
OAuth2ClientList
Collection List for OAuth2Client
|
interface |
OAuth2RefreshToken
OAuth2RefreshToken
|
interface |
OAuth2RefreshTokenList
Collection List for OAuth2RefreshToken
|
interface |
OAuth2Scope
OAuth2Scope
|
interface |
OAuth2ScopeConsentGrant
OAuth2ScopeConsentGrant
|
interface |
OAuth2ScopeConsentGrantList
Collection List for OAuth2ScopeConsentGrant
|
interface |
OAuth2ScopeList
Collection List for OAuth2Scope
|
interface |
OAuth2ScopesMediationPolicyRuleCondition
OAuth2ScopesMediationPolicyRuleCondition
|
interface |
OAuth2Token
OAuth2Token
|
interface |
OAuth2TokenList
Collection List for OAuth2Token
|
interface |
OAuthApplicationCredentials
OAuthApplicationCredentials
|
interface |
OpenIdConnectApplication
OpenIdConnectApplication
|
interface |
OpenIdConnectApplicationSettings
OpenIdConnectApplicationSettings
|
interface |
OpenIdConnectApplicationSettingsClient
OpenIdConnectApplicationSettingsClient
|
interface |
SamlApplication
SamlApplication
|
interface |
SamlApplicationSettings
SamlApplicationSettings
|
interface |
SamlApplicationSettingsSignOn
SamlApplicationSettingsSignOn
|
interface |
SamlAttributeStatement
SamlAttributeStatement
|
interface |
SchemeApplicationCredentials
SchemeApplicationCredentials
|
interface |
SecurePasswordStoreApplication
SecurePasswordStoreApplication
|
interface |
SecurePasswordStoreApplicationSettings
SecurePasswordStoreApplicationSettings
|
interface |
SecurePasswordStoreApplicationSettingsApplication
SecurePasswordStoreApplicationSettingsApplication
|
interface |
SwaApplication
SwaApplication
|
interface |
SwaApplicationSettings
SwaApplicationSettings
|
interface |
SwaApplicationSettingsApplication
SwaApplicationSettingsApplication
|
interface |
SwaThreeFieldApplication
SwaThreeFieldApplication
|
interface |
SwaThreeFieldApplicationSettings
SwaThreeFieldApplicationSettings
|
interface |
SwaThreeFieldApplicationSettingsApplication
SwaThreeFieldApplicationSettingsApplication
|
interface |
WsFederationApplication
WsFederationApplication
|
interface |
WsFederationApplicationSettings
WsFederationApplicationSettings
|
interface |
WsFederationApplicationSettingsApplication
WsFederationApplicationSettingsApplication
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthorizationServer
AuthorizationServer
|
interface |
AuthorizationServerCredentialsSigningConfig
AuthorizationServerCredentialsSigningConfig
|
interface |
AuthorizationServerList
Collection List for AuthorizationServer
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventHook
EventHook
|
interface |
EventHookChannel
EventHookChannel
|
interface |
EventHookChannelConfig
EventHookChannelConfig
|
interface |
EventHookChannelConfigAuthScheme
EventHookChannelConfigAuthScheme
|
interface |
EventHookChannelConfigHeader
EventHookChannelConfigHeader
|
interface |
EventHookList
Collection List for EventHook
|
interface |
EventSubscriptions
EventSubscriptions
|
Modifier and Type | Interface and Description |
---|---|
interface |
Feature
Feature
|
interface |
FeatureList
Collection List for Feature
|
interface |
FeatureStage
FeatureStage
|
Modifier and Type | Interface and Description |
---|---|
interface |
Group
Group
|
interface |
GroupList
Collection List for Group
|
interface |
GroupProfile
GroupProfile
|
Modifier and Type | Interface and Description |
---|---|
interface |
GroupRule
GroupRule
|
interface |
GroupRuleAction
GroupRuleAction
|
interface |
GroupRuleConditions
GroupRuleConditions
|
interface |
GroupRuleExpression
GroupRuleExpression
|
interface |
GroupRuleGroupAssignment
GroupRuleGroupAssignment
|
interface |
GroupRuleGroupCondition
GroupRuleGroupCondition
|
interface |
GroupRuleList
Collection List for GroupRule
|
interface |
GroupRulePeopleCondition
GroupRulePeopleCondition
|
interface |
GroupRuleUserCondition
GroupRuleUserCondition
|
Modifier and Type | Interface and Description |
---|---|
interface |
IdentityProvider
IdentityProvider
|
interface |
IdentityProviderApplicationUser
IdentityProviderApplicationUser
|
interface |
IdentityProviderApplicationUserList
Collection List for IdentityProviderApplicationUser
|
interface |
IdentityProviderCredentials
IdentityProviderCredentials
|
interface |
IdentityProviderCredentialsClient
IdentityProviderCredentialsClient
|
interface |
IdentityProviderCredentialsSigning
IdentityProviderCredentialsSigning
|
interface |
IdentityProviderCredentialsTrust
IdentityProviderCredentialsTrust
|
interface |
IdentityProviderList
Collection List for IdentityProvider
|
interface |
Protocol
Protocol
|
interface |
ProtocolAlgorithms
ProtocolAlgorithms
|
interface |
ProtocolAlgorithmType
ProtocolAlgorithmType
|
interface |
ProtocolAlgorithmTypeSignature
ProtocolAlgorithmTypeSignature
|
interface |
ProtocolEndpoint
ProtocolEndpoint
|
interface |
ProtocolEndpoints
ProtocolEndpoints
|
interface |
ProtocolRelayState
ProtocolRelayState
|
interface |
ProtocolSettings
ProtocolSettings
|
interface |
Provisioning
Provisioning
|
interface |
ProvisioningConditions
ProvisioningConditions
|
interface |
ProvisioningDeprovisionedCondition
ProvisioningDeprovisionedCondition
|
interface |
ProvisioningGroups
ProvisioningGroups
|
interface |
ProvisioningSuspendedCondition
ProvisioningSuspendedCondition
|
interface |
SocialAuthToken
SocialAuthToken
|
interface |
SocialAuthTokenList
Collection List for SocialAuthToken
|
Modifier and Type | Interface and Description |
---|---|
interface |
InlineHook
InlineHook
|
interface |
InlineHookChannel
InlineHookChannel
|
interface |
InlineHookChannelConfig
InlineHookChannelConfig
|
interface |
InlineHookChannelConfigAuthScheme
InlineHookChannelConfigAuthScheme
|
interface |
InlineHookChannelConfigHeaders
InlineHookChannelConfigHeaders
|
interface |
InlineHookList
Collection List for InlineHook
|
interface |
InlineHookPayload
InlineHookPayload
|
interface |
InlineHookResponse
InlineHookResponse
|
interface |
InlineHookResponseCommands
InlineHookResponseCommands
|
interface |
InlineHookResponseCommandValue
InlineHookResponseCommandValue
|
Modifier and Type | Interface and Description |
---|---|
interface |
IonField
IonField
|
interface |
IonForm
IonForm
|
Modifier and Type | Interface and Description |
---|---|
interface |
LinkedObject
LinkedObject
|
interface |
LinkedObjectDetails
LinkedObjectDetails
|
interface |
LinkedObjectList
Collection List for LinkedObject
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogActor
LogActor
|
interface |
LogAuthenticationContext
LogAuthenticationContext
|
interface |
LogClient
LogClient
|
interface |
LogDebugContext
LogDebugContext
|
interface |
LogEvent
LogEvent
|
interface |
LogEventList
Collection List for LogEvent
|
interface |
LogGeographicalContext
LogGeographicalContext
|
interface |
LogGeolocation
LogGeolocation
|
interface |
LogIpAddress
LogIpAddress
|
interface |
LogIssuer
LogIssuer
|
interface |
LogOutcome
LogOutcome
|
interface |
LogRequest
LogRequest
|
interface |
LogSecurityContext
LogSecurityContext
|
interface |
LogTarget
LogTarget
|
interface |
LogTransaction
LogTransaction
|
interface |
LogUserAgent
LogUserAgent
|
Modifier and Type | Interface and Description |
---|---|
interface |
AppAndInstanceConditionEvaluatorAppOrInstance
AppAndInstanceConditionEvaluatorAppOrInstance
|
interface |
AppAndInstancePolicyRuleCondition
AppAndInstancePolicyRuleCondition
|
interface |
AppInstancePolicyRuleCondition
AppInstancePolicyRuleCondition
|
interface |
BeforeScheduledActionPolicyRuleCondition
BeforeScheduledActionPolicyRuleCondition
|
interface |
ClientPolicyCondition
ClientPolicyCondition
|
interface |
ContextPolicyRuleCondition
ContextPolicyRuleCondition
|
interface |
DevicePolicyRuleCondition
DevicePolicyRuleCondition
|
interface |
DevicePolicyRuleConditionPlatform
DevicePolicyRuleConditionPlatform
|
interface |
Duration
Duration
|
interface |
GrantTypePolicyRuleCondition
GrantTypePolicyRuleCondition
|
interface |
GroupCondition
GroupCondition
|
interface |
GroupPolicyRuleCondition
GroupPolicyRuleCondition
|
interface |
IdentityProviderPolicy
IdentityProviderPolicy
|
interface |
IdentityProviderPolicyRuleCondition
IdentityProviderPolicyRuleCondition
|
interface |
InactivityPolicyRuleCondition
InactivityPolicyRuleCondition
|
interface |
LifecycleExpirationPolicyRuleCondition
LifecycleExpirationPolicyRuleCondition
|
interface |
MDMEnrollmentPolicyRuleCondition
MDMEnrollmentPolicyRuleCondition
|
interface |
OAuthAuthorizationPolicy
OAuthAuthorizationPolicy
|
interface |
OktaSignOnPolicy
OktaSignOnPolicy
|
interface |
OktaSignOnPolicyConditions
OktaSignOnPolicyConditions
|
interface |
OktaSignOnPolicyRule
OktaSignOnPolicyRule
|
interface |
OktaSignOnPolicyRuleActions
OktaSignOnPolicyRuleActions
|
interface |
OktaSignOnPolicyRuleConditions
OktaSignOnPolicyRuleConditions
|
interface |
OktaSignOnPolicyRuleSignonActions
OktaSignOnPolicyRuleSignonActions
|
interface |
OktaSignOnPolicyRuleSignonSessionActions
OktaSignOnPolicyRuleSignonSessionActions
|
interface |
PasswordDictionary
PasswordDictionary
|
interface |
PasswordDictionaryCommon
PasswordDictionaryCommon
|
interface |
PasswordExpirationPolicyRuleCondition
PasswordExpirationPolicyRuleCondition
|
interface |
PasswordPolicy
PasswordPolicy
|
interface |
PasswordPolicyAuthenticationProviderCondition
PasswordPolicyAuthenticationProviderCondition
|
interface |
PasswordPolicyConditions
PasswordPolicyConditions
|
interface |
PasswordPolicyDelegationSettings
PasswordPolicyDelegationSettings
|
interface |
PasswordPolicyDelegationSettingsOptions
PasswordPolicyDelegationSettingsOptions
|
interface |
PasswordPolicyPasswordSettings
PasswordPolicyPasswordSettings
|
interface |
PasswordPolicyPasswordSettingsAge
PasswordPolicyPasswordSettingsAge
|
interface |
PasswordPolicyPasswordSettingsComplexity
PasswordPolicyPasswordSettingsComplexity
|
interface |
PasswordPolicyPasswordSettingsLockout
PasswordPolicyPasswordSettingsLockout
|
interface |
PasswordPolicyRecoveryEmail
PasswordPolicyRecoveryEmail
|
interface |
PasswordPolicyRecoveryEmailProperties
PasswordPolicyRecoveryEmailProperties
|
interface |
PasswordPolicyRecoveryEmailRecoveryToken
PasswordPolicyRecoveryEmailRecoveryToken
|
interface |
PasswordPolicyRecoveryFactors
PasswordPolicyRecoveryFactors
|
interface |
PasswordPolicyRecoveryFactorSettings
PasswordPolicyRecoveryFactorSettings
|
interface |
PasswordPolicyRecoveryQuestion
PasswordPolicyRecoveryQuestion
|
interface |
PasswordPolicyRecoveryQuestionComplexity
PasswordPolicyRecoveryQuestionComplexity
|
interface |
PasswordPolicyRecoveryQuestionProperties
PasswordPolicyRecoveryQuestionProperties
|
interface |
PasswordPolicyRecoverySettings
PasswordPolicyRecoverySettings
|
interface |
PasswordPolicyRule
PasswordPolicyRule
|
interface |
PasswordPolicyRuleAction
PasswordPolicyRuleAction
|
interface |
PasswordPolicyRuleActions
PasswordPolicyRuleActions
|
interface |
PasswordPolicyRuleConditions
PasswordPolicyRuleConditions
|
interface |
PasswordPolicySettings
PasswordPolicySettings
|
interface |
PlatformConditionEvaluatorPlatform
PlatformConditionEvaluatorPlatform
|
interface |
PlatformConditionEvaluatorPlatformOperatingSystem
PlatformConditionEvaluatorPlatformOperatingSystem
|
interface |
PlatformConditionEvaluatorPlatformOperatingSystemVersion
PlatformConditionEvaluatorPlatformOperatingSystemVersion
|
interface |
PlatformPolicyRuleCondition
PlatformPolicyRuleCondition
|
interface |
Policy
Policy
|
interface |
PolicyAccountLink
PolicyAccountLink
|
interface |
PolicyAccountLinkFilter
PolicyAccountLinkFilter
|
interface |
PolicyAccountLinkFilterGroups
PolicyAccountLinkFilterGroups
|
interface |
PolicyList
Collection List for Policy
|
interface |
PolicyNetworkCondition
PolicyNetworkCondition
|
interface |
PolicyPeopleCondition
PolicyPeopleCondition
|
interface |
PolicyRule
PolicyRule
|
interface |
PolicyRuleAuthContextCondition
PolicyRuleAuthContextCondition
|
interface |
PolicyRuleConditions
PolicyRuleConditions
|
interface |
PolicyRuleList
Collection List for PolicyRule
|
interface |
PolicySubject
PolicySubject
|
interface |
PolicyUserNameTemplate
PolicyUserNameTemplate
|
interface |
RiskPolicyRuleCondition
RiskPolicyRuleCondition
|
interface |
RiskScorePolicyRuleCondition
RiskScorePolicyRuleCondition
|
interface |
ScheduledUserLifecycleAction
ScheduledUserLifecycleAction
|
interface |
UserCondition
UserCondition
|
interface |
UserIdentifierConditionEvaluatorPattern
UserIdentifierConditionEvaluatorPattern
|
interface |
UserIdentifierPolicyRuleCondition
UserIdentifierPolicyRuleCondition
|
interface |
UserIdentityProviderLinkRequest
UserIdentityProviderLinkRequest
|
interface |
UserLifecycleAttributePolicyRuleCondition
UserLifecycleAttributePolicyRuleCondition
|
interface |
UserPolicyRuleCondition
UserPolicyRuleCondition
|
interface |
UserStatusPolicyRuleCondition
UserStatusPolicyRuleCondition
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssignRoleRequest
AssignRoleRequest
|
interface |
CatalogApplication
CatalogApplication
|
interface |
CatalogApplicationList
Collection List for CatalogApplication
|
interface |
Scope
Scope
|
Modifier and Type | Interface and Description |
---|---|
interface |
CreateSessionRequest
CreateSessionRequest
|
interface |
Session
Session
|
interface |
SessionIdentityProvider
SessionIdentityProvider
|
Modifier and Type | Interface and Description |
---|---|
interface |
SmsTemplate
SmsTemplate
|
interface |
SmsTemplateList
Collection List for SmsTemplate
|
interface |
SmsTemplateTranslations
SmsTemplateTranslations
|
Modifier and Type | Interface and Description |
---|---|
interface |
TrustedOrigin
TrustedOrigin
|
interface |
TrustedOriginList
Collection List for TrustedOrigin
|
Modifier and Type | Interface and Description |
---|---|
interface |
AppLink
AppLink
|
interface |
AppLinkList
Collection List for AppLink
|
interface |
AuthenticationProvider
AuthenticationProvider
|
interface |
ChangePasswordRequest
ChangePasswordRequest
|
interface |
CreateUserRequest
CreateUserRequest
|
interface |
ForgotPasswordResponse
ForgotPasswordResponse
|
interface |
PasswordCredential
PasswordCredential
|
interface |
PasswordCredentialHash
PasswordCredentialHash
|
interface |
PasswordCredentialHook
PasswordCredentialHook
|
interface |
RecoveryQuestionCredential
RecoveryQuestionCredential
|
interface |
ResetPasswordToken
ResetPasswordToken
|
interface |
ResponseLinks
ResponseLinks
|
interface |
ResponseLinksList
Collection List for ResponseLinks
|
interface |
Role
Role
|
interface |
RoleList
Collection List for Role
|
interface |
TempPassword
TempPassword
|
interface |
User
User
|
interface |
UserActivationToken
UserActivationToken
|
interface |
UserCredentials
UserCredentials
|
interface |
UserList
Collection List for User
|
interface |
UserProfile
UserProfile
|
interface |
UserType
UserType
|
interface |
UserTypeList
Collection List for UserType
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActivateFactorRequest
ActivateFactorRequest
|
interface |
CallUserFactor
CallUserFactor
|
interface |
CallUserFactorProfile
CallUserFactorProfile
|
interface |
EmailUserFactor
EmailUserFactor
|
interface |
EmailUserFactorProfile
EmailUserFactorProfile
|
interface |
HardwareUserFactor
HardwareUserFactor
|
interface |
HardwareUserFactorProfile
HardwareUserFactorProfile
|
interface |
PushUserFactor
PushUserFactor
|
interface |
PushUserFactorProfile
PushUserFactorProfile
|
interface |
SecurityQuestion
SecurityQuestion
|
interface |
SecurityQuestionList
Collection List for SecurityQuestion
|
interface |
SecurityQuestionUserFactor
SecurityQuestionUserFactor
|
interface |
SecurityQuestionUserFactorProfile
SecurityQuestionUserFactorProfile
|
interface |
SmsUserFactor
SmsUserFactor
|
interface |
SmsUserFactorProfile
SmsUserFactorProfile
|
interface |
TokenUserFactor
TokenUserFactor
|
interface |
TokenUserFactorProfile
TokenUserFactorProfile
|
interface |
TotpUserFactor
TotpUserFactor
|
interface |
TotpUserFactorProfile
TotpUserFactorProfile
|
interface |
U2fUserFactor
U2fUserFactor
|
interface |
U2fUserFactorProfile
U2fUserFactorProfile
|
interface |
UserFactor
UserFactor
|
interface |
UserFactorList
Collection List for UserFactor
|
interface |
VerifyFactorRequest
VerifyFactorRequest
|
interface |
VerifyUserFactorResponse
VerifyUserFactorResponse
|
interface |
WebAuthnUserFactor
WebAuthnUserFactor
|
interface |
WebAuthnUserFactorProfile
WebAuthnUserFactorProfile
|
interface |
WebUserFactor
WebUserFactor
|
interface |
WebUserFactorProfile
WebUserFactorProfile
|
Copyright © 2017-2021 Okta. All Rights Reserved.