Uses of Interface
org.apache.syncope.common.lib.BaseBean
-
-
Uses of BaseBean in org.apache.syncope.client.console.authprofiles
Classes in org.apache.syncope.client.console.authprofiles with type parameters of type BaseBean Modifier and Type Class Description class
AuthProfileItemDirectoryPanel<I extends BaseBean>
class
AuthProfileWizardBuilder<T extends BaseBean>
protected static class
AuthProfileWizardBuilder.StepModel<T extends BaseBean>
-
Uses of BaseBean in org.apache.syncope.common.lib
Classes in org.apache.syncope.common.lib that implement BaseBean Modifier and Type Class Description class
AMSession
class
Attr
-
Uses of BaseBean in org.apache.syncope.common.lib.attr
Subinterfaces of BaseBean in org.apache.syncope.common.lib.attr Modifier and Type Interface Description interface
AttrRepoConf
Classes in org.apache.syncope.common.lib.attr that implement BaseBean Modifier and Type Class Description class
JDBCAttrRepoConf
class
LDAPAttrRepoConf
class
StubAttrRepoConf
class
SyncopeAttrRepoConf
-
Uses of BaseBean in org.apache.syncope.common.lib.audit
Classes in org.apache.syncope.common.lib.audit that implement BaseBean Modifier and Type Class Description class
AuditEntry
class
EventCategory
-
Uses of BaseBean in org.apache.syncope.common.lib.auth
Subinterfaces of BaseBean in org.apache.syncope.common.lib.auth Modifier and Type Interface Description interface
AuthModuleConf
interface
LDAPDependantAuthModuleConf
interface
MFAAuthModuleConf
Classes in org.apache.syncope.common.lib.auth that implement BaseBean Modifier and Type Class Description class
AbstractOAuth20AuthModuleConf
class
AbstractOIDCAuthModuleConf
class
AppleOIDCAuthModuleConf
class
AzureOIDCAuthModuleConf
class
DuoMfaAuthModuleConf
class
GoogleMfaAuthModuleConf
class
GoogleOIDCAuthModuleConf
class
JaasAuthModuleConf
class
JDBCAuthModuleConf
class
KeycloakOIDCAuthModuleConf
class
LDAPAuthModuleConf
class
OAuth20AuthModuleConf
class
OIDCAuthModuleConf
class
Pac4jAuthModuleConf
class
SAML2IdPAuthModuleConf
class
SimpleMfaAuthModuleConf
class
SpnegoAuthModuleConf
SPNEGO is an authentication technology that is primarily used to provide transparent CAS authentication to browsers running on Windows running under Active Directory domain credentials.class
StaticAuthModuleConf
class
SyncopeAuthModuleConf
class
U2FAuthModuleConf
class
X509AuthModuleConf
-
Uses of BaseBean in org.apache.syncope.common.lib.clientapps
Subinterfaces of BaseBean in org.apache.syncope.common.lib.clientapps Modifier and Type Interface Description interface
UsernameAttributeProviderConf
Classes in org.apache.syncope.common.lib.clientapps that implement BaseBean Modifier and Type Class Description class
AbstractAttributeProviderConf
class
AnonymousUsernameAttributeProviderConf
class
DefaultUsernameAttributeProviderConf
class
GroovyUsernameAttributeProviderConf
class
PairwiseOidcUsernameAttributeProviderConf
class
PrincipalAttributeUsernameAttributeProviderConf
-
Uses of BaseBean in org.apache.syncope.common.lib.command
Classes in org.apache.syncope.common.lib.command that implement BaseBean Modifier and Type Class Description class
CommandArgs
class
CommandOutput
class
CommandTO
-
Uses of BaseBean in org.apache.syncope.common.lib.form
Classes in org.apache.syncope.common.lib.form that implement BaseBean Modifier and Type Class Description class
SyncopeForm
-
Uses of BaseBean in org.apache.syncope.common.lib.info
Classes in org.apache.syncope.common.lib.info that implement BaseBean Modifier and Type Class Description class
JavaImplInfo
class
NumbersInfo
class
PlatformInfo
class
SystemInfo
static class
SystemInfo.LoadInstant
-
Uses of BaseBean in org.apache.syncope.common.lib.policy
Subinterfaces of BaseBean in org.apache.syncope.common.lib.policy Modifier and Type Interface Description interface
AccessPolicyConf
interface
AccountRuleConf
interface
AttrReleasePolicyConf
interface
AuthPolicyConf
interface
ComposablePolicy
interface
PasswordRuleConf
interface
PullCorrelationRuleConf
interface
PushCorrelationRuleConf
interface
RuleConf
interface
TicketExpirationPolicyConf
Classes in org.apache.syncope.common.lib.policy that implement BaseBean Modifier and Type Class Description class
AbstractAccountRuleConf
class
AbstractCorrelationRuleConf
class
AbstractPasswordRuleConf
class
AccessPolicyTO
class
AccountPolicyTO
class
AttrReleasePolicyTO
class
AuthPolicyTO
class
DefaultAccessPolicyConf
class
DefaultAccountRuleConf
class
DefaultAttrReleasePolicyConf
class
DefaultAuthPolicyConf
class
DefaultPasswordRuleConf
class
DefaultPullCorrelationRuleConf
class
DefaultPushCorrelationRuleConf
class
DefaultTicketExpirationPolicyConf
class
HaveIBeenPwnedPasswordRuleConf
class
HttpRequestAccessPolicyConf
class
PasswordPolicyTO
class
PolicyTO
class
PropagationPolicyTO
class
ProvisioningPolicyTO
class
PullPolicyTO
class
PushPolicyTO
class
RemoteEndpointAccessPolicyConf
class
TicketExpirationPolicyTO
class
TimeBasedAccessPolicyConf
-
Uses of BaseBean in org.apache.syncope.common.lib.report
Subinterfaces of BaseBean in org.apache.syncope.common.lib.report Modifier and Type Interface Description interface
ReportConf
-
Uses of BaseBean in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request that implement BaseBean Modifier and Type Class Description class
AbstractPatch
class
AbstractPatchItem<T>
class
AbstractReplacePatchItem<T>
When a field of this type fromAnyUR
,AnyObjectUR
,GroupUR
orUserUR
isnull
, no change will be performed; otherwise the result fromAbstractPatchItem.getValue()
will replace the current value of the related field.class
AnyCR
class
AnyObjectCR
class
AnyObjectUR
class
AnyUR
class
AttrPatch
class
BooleanReplacePatchItem
class
GroupCR
class
GroupUR
class
LinkedAccountUR
class
LongPatchItem
class
MembershipUR
class
PasswordPatch
class
RelationshipUR
class
ResourceAR
Resource Association Request.class
ResourceDR
Resource De-association Request.class
StatusR
class
StringPatchItem
class
StringReplacePatchItem
class
UserCR
class
UserUR
-
Uses of BaseBean in org.apache.syncope.common.lib.search
Classes in org.apache.syncope.common.lib.search that implement BaseBean Modifier and Type Class Description class
AbstractFiqlSearchConditionBuilder<P extends SyncopeProperty<C>,PA extends SyncopePartialCondition<P,C>,C extends SyncopeCompleteCondition<PA,P>>
class
AnyObjectFiqlSearchConditionBuilder
ExtendsAbstractFiqlSearchConditionBuilder
by providing some additional facilities for searching any objects in Syncope.class
ConnObjectTOFiqlSearchConditionBuilder
ExtendsAbstractFiqlSearchConditionBuilder
by providing some additional facilities for searching connector objects.class
GroupFiqlSearchConditionBuilder
ExtendsAbstractFiqlSearchConditionBuilder
by providing some additional facilities for searching groups in Syncope.class
UserFiqlSearchConditionBuilder
ExtendsAbstractFiqlSearchConditionBuilder
by providing some additional facilities for searching users in Syncope. -
Uses of BaseBean in org.apache.syncope.common.lib.to
Classes in org.apache.syncope.common.lib.to with type parameters of type BaseBean Modifier and Type Class Description class
PagedResult<T extends BaseBean>
Subinterfaces of BaseBean in org.apache.syncope.common.lib.to Modifier and Type Interface Description interface
EntityTO
interface
NamedEntityTO
interface
TemplatableTO
-
Uses of BaseBean in org.apache.syncope.common.lib.types
Classes in org.apache.syncope.common.lib.types that implement BaseBean Modifier and Type Class Description class
AuditElements
class
AuditLoggerName
class
ConnConfProperty
class
ConnConfPropSchema
class
SRARouteFilter
class
SRARoutePredicate
-
Uses of BaseBean in org.apache.syncope.common.lib.wa
Classes in org.apache.syncope.common.lib.wa that implement BaseBean Modifier and Type Class Description class
GoogleMfaAuthAccount
class
GoogleMfaAuthToken
class
ImpersonationAccount
class
MfaTrustedDevice
class
U2FDevice
class
WAClientApp
class
WebAuthnAccount
class
WebAuthnDeviceCredential
-
Uses of BaseBean in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with type parameters of type BaseBean Modifier and Type Method Description protected <T extends BaseBean>
PagedResult<T>AbstractService. buildPagedResult(List<T> list, int page, int size, int totalCount)
Builds a paged result out of a list of items and additional information. -
Uses of BaseBean in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement BaseBean Modifier and Type Class Description class
DummyPullCorrelationRuleConf
class
DummyPushCorrelationRuleConf
class
LinkedAccountSamplePullCorrelationRuleConf
class
SampleReportConf
class
TestAccountRuleConf
class
TestCommandArgs
class
TestPasswordRuleConf
-