Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AttrRepoService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for attribute repositories.
- AuthModuleService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for authentication modules.
- AuthProfileSelfService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for Auth profile self-management.
- AuthProfileService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for Auth profiles.
B
- Builder() - Constructor for class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery.Builder
C
- clientApps - Enum constant in enum class org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
- ClientAppService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for client applications.
- conf - Enum constant in enum class org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
- create(String, ImpersonationAccount) - Method in interface org.apache.syncope.common.rest.api.service.wa.ImpersonationService
- create(String, MfaTrustedDevice) - Method in interface org.apache.syncope.common.rest.api.service.wa.MfaTrustStorageService
- create(String, WebAuthnAccount) - Method in interface org.apache.syncope.common.rest.api.service.wa.WebAuthnRegistrationService
- create(AttrRepoTO) - Method in interface org.apache.syncope.common.rest.api.service.AttrRepoService
-
Create a new attribute repository.
- create(AuthModuleTO) - Method in interface org.apache.syncope.common.rest.api.service.AuthModuleService
-
Create a new authentication module.
- create(AuthProfileTO) - Method in interface org.apache.syncope.common.rest.api.service.AuthProfileService
-
Create a new auth profile.
- create(SRARouteTO) - Method in interface org.apache.syncope.common.rest.api.service.SRARouteService
-
Creates a new route.
- create(ClientAppType, ClientAppTO) - Method in interface org.apache.syncope.common.rest.api.service.ClientAppService
-
Create a new client app.
- create(GoogleMfaAuthAccount) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthAccountService
D
- DEFAULT_OWNER - Static variable in interface org.apache.syncope.common.rest.api.service.SAML2IdPEntityService
- delete() - Method in interface org.apache.syncope.common.rest.api.service.AuthProfileSelfService
-
Deletes the auth profile matching the user making the service call, if found.
- delete() - Method in interface org.apache.syncope.common.rest.api.service.OIDCJWKSService
- delete(int) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthTokenService
- delete(long) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthAccountService
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.AttrRepoService
-
Delete attribute repository matching the given key.
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.AuthModuleService
-
Delete authentication module matching the given key.
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.AuthProfileService
-
Deletes the auth profile matching the provided if key, if found.
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.SAML2IdPEntityService
-
Deletes the SAML 2.0 IdP entity matching the given key.
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.SRARouteService
-
Deletes route with matching key.
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthAccountService
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthTokenService
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.WAConfigService
-
Deletes the configuration parameter with matching schema.
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.WebAuthnRegistrationService
- delete(String, int) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthTokenService
- delete(String, String) - Method in interface org.apache.syncope.common.rest.api.service.wa.ImpersonationService
- delete(String, String) - Method in interface org.apache.syncope.common.rest.api.service.wa.WebAuthnRegistrationService
- delete(LocalDateTime) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthTokenService
- delete(ClientAppType, String) - Method in interface org.apache.syncope.common.rest.api.service.ClientAppService
-
Delete client app matching the given key.
- delete(MfaTrustedDeviceQuery) - Method in interface org.apache.syncope.common.rest.api.service.wa.MfaTrustStorageService
- deleteAll() - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthAccountService
E
- expirationDate(OffsetDateTime) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery.Builder
G
- generate(String, String, int) - Method in interface org.apache.syncope.common.rest.api.service.OIDCJWKSService
- get() - Method in interface org.apache.syncope.common.rest.api.service.OIDCJWKSService
- get(String) - Method in interface org.apache.syncope.common.rest.api.service.SAML2IdPEntityService
-
Returns the SAML 2.0 IdP entity matching the given key.
- get(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.WAConfigService
-
Returns configuration parameter with matching schema.
- getExpirationDate() - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- getId() - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- getPrincipal() - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- getRecordDate() - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- getRecordKey() - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- getSAML2SPKeystore(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.WASAML2SPService
- getSAML2SPMetadata(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.WASAML2SPService
- GoogleMfaAuthAccountService - Interface in org.apache.syncope.common.rest.api.service.wa
- GoogleMfaAuthTokenService - Interface in org.apache.syncope.common.rest.api.service.wa
I
- id(Long) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery.Builder
- ImpersonationService - Interface in org.apache.syncope.common.rest.api.service.wa
L
- list() - Method in interface org.apache.syncope.common.rest.api.service.AttrRepoService
-
Returns a list of attribute repositories.
- list() - Method in interface org.apache.syncope.common.rest.api.service.AuthModuleService
-
Returns a list of authentication modules.
- list() - Method in interface org.apache.syncope.common.rest.api.service.SAML2IdPEntityService
-
Returns the SAML 2.0 IdP entities.
- list() - Method in interface org.apache.syncope.common.rest.api.service.SRARouteService
-
Returns a list of all existing routes.
- list() - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthAccountService
- list() - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthTokenService
- list() - Method in interface org.apache.syncope.common.rest.api.service.wa.WAClientAppService
-
Returns a list of all client applications available.
- list() - Method in interface org.apache.syncope.common.rest.api.service.wa.WAConfigService
- list() - Method in interface org.apache.syncope.common.rest.api.service.wa.WebAuthnRegistrationService
- list(int, int) - Method in interface org.apache.syncope.common.rest.api.service.AuthProfileService
-
Returns the paginated list of existing auth profiles.
- list(ClientAppType) - Method in interface org.apache.syncope.common.rest.api.service.ClientAppService
-
Returns a list of client apps of the matching type.
M
- MfaTrustedDeviceQuery - Class in org.apache.syncope.common.rest.api.beans
- MfaTrustedDeviceQuery() - Constructor for class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- MfaTrustedDeviceQuery.Builder - Class in org.apache.syncope.common.rest.api.beans
- MfaTrustStorageService - Interface in org.apache.syncope.common.rest.api.service.wa
N
- newInstance() - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery.Builder
O
- OIDCJWKSService - Interface in org.apache.syncope.common.rest.api.service
- org.apache.syncope.common.rest.api.beans - package org.apache.syncope.common.rest.api.beans
- org.apache.syncope.common.rest.api.service - package org.apache.syncope.common.rest.api.service
- org.apache.syncope.common.rest.api.service.wa - package org.apache.syncope.common.rest.api.service.wa
P
- principal(String) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery.Builder
- pushToSRA() - Method in interface org.apache.syncope.common.rest.api.service.SRARouteService
-
Push all routes to SRA.
- pushToWA(WAConfigService.PushSubject, List<String>) - Method in interface org.apache.syncope.common.rest.api.service.wa.WAConfigService
-
Push to WA according to the provided parameters.
R
- read() - Method in interface org.apache.syncope.common.rest.api.service.AuthProfileSelfService
-
Returns the auth profile matching the user making the service call, if found.
- read(long) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthAccountService
- read(Long, ClientAppType) - Method in interface org.apache.syncope.common.rest.api.service.wa.WAClientAppService
-
Returns client application with matching type and clientAppId, if found.
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.AttrRepoService
-
Returns the attribute repository matching the given key.
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.AuthModuleService
-
Returns the authentication module matching the given key.
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.AuthProfileService
-
Returns the auth profile matching the provided if key, if found.
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.SRARouteService
-
Returns route with matching key.
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthAccountService
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthTokenService
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.ImpersonationService
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.wa.WebAuthnRegistrationService
- read(String, int) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthTokenService
- read(String, ClientAppType) - Method in interface org.apache.syncope.common.rest.api.service.wa.WAClientAppService
-
Returns client application with matching type and name, if found.
- read(ClientAppType, String) - Method in interface org.apache.syncope.common.rest.api.service.ClientAppService
-
Returns the client app matching the given key.
- recordDate(OffsetDateTime) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery.Builder
- recordKey(String) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery.Builder
S
- SAML2IdPEntityService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for SAML 2.0 IdP metadata.
- search(MfaTrustedDeviceQuery) - Method in interface org.apache.syncope.common.rest.api.service.wa.MfaTrustStorageService
- set(Attr) - Method in interface org.apache.syncope.common.rest.api.service.wa.WAConfigService
-
Creates / updates the configuration parameter with the given schema.
- set(OIDCJWKSTO) - Method in interface org.apache.syncope.common.rest.api.service.OIDCJWKSService
- set(SAML2IdPEntityTO) - Method in interface org.apache.syncope.common.rest.api.service.SAML2IdPEntityService
-
Stores the entity to finalize the generation process.
- setExpirationDate(OffsetDateTime) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- setId(Long) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- setPrincipal(String) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- setRecordDate(OffsetDateTime) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- setRecordKey(String) - Method in class org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- setSAML2SPKeystore(String, InputStream) - Method in interface org.apache.syncope.common.rest.api.service.wa.WASAML2SPService
- setSAML2SPMetadata(String, InputStream) - Method in interface org.apache.syncope.common.rest.api.service.wa.WASAML2SPService
- SRARouteService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for SRA routes.
- store(String, GoogleMfaAuthToken) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthTokenService
U
- update(String, WebAuthnAccount) - Method in interface org.apache.syncope.common.rest.api.service.wa.WebAuthnRegistrationService
- update(AttrRepoTO) - Method in interface org.apache.syncope.common.rest.api.service.AttrRepoService
-
Updates attribute repository matching the given key.
- update(AuthModuleTO) - Method in interface org.apache.syncope.common.rest.api.service.AuthModuleService
-
Updates authentication module matching the given key.
- update(AuthProfileTO) - Method in interface org.apache.syncope.common.rest.api.service.AuthProfileSelfService
-
Updates the auth profile matching the user making the service call, if found.
- update(AuthProfileTO) - Method in interface org.apache.syncope.common.rest.api.service.AuthProfileService
-
Updates the auth profile matching the provided if key, if found.
- update(SRARouteTO) - Method in interface org.apache.syncope.common.rest.api.service.SRARouteService
-
Updates route with matching key.
- update(ClientAppType, ClientAppTO) - Method in interface org.apache.syncope.common.rest.api.service.ClientAppService
-
Updates client app matching the given key.
- update(GoogleMfaAuthAccount) - Method in interface org.apache.syncope.common.rest.api.service.wa.GoogleMfaAuthAccountService
V
- valueOf(String) - Static method in enum class org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WAClientAppService - Interface in org.apache.syncope.common.rest.api.service.wa
-
REST operations for WA to read client applications.
- WAConfigService - Interface in org.apache.syncope.common.rest.api.service.wa
-
REST operations for WA Configuration.
- WAConfigService.PushSubject - Enum Class in org.apache.syncope.common.rest.api.service.wa
- WASAML2SPService - Interface in org.apache.syncope.common.rest.api.service.wa
-
REST operations for WA to work with SAML2SP clients.
- WebAuthnRegistrationService - Interface in org.apache.syncope.common.rest.api.service.wa
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form