Interface Entity
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
AccessPolicy,AccessToken,AccountPolicy,ADynGroupMembership,AMembership,Any<P>,AnyAbout,AnyObject,AnyTemplate,AnyTemplatePullTask,AnyTemplateRealm,AnyType,AnyTypeClass,APlainAttr,APlainAttrUniqueValue,APlainAttrValue,Application,ARelationship,Attributable<P>,AttrReleasePolicy,AttrRepo,AuditConf,AuthModule,AuthPolicy,AuthProfile,Batch,CASSPClientApp,ClientApp,ConfParam,ConnInstance,CorrelationRuleEntity,Delegation,DerSchema,DomainEntity,DynGroupMembership<A>,DynMembership<A>,DynRealm,DynRealmMembership,DynRoleMembership,Exec,ExternalResource,FIQLQuery,FormPropertyDef,GPlainAttr,GPlainAttrUniqueValue,GPlainAttrValue,Group,GroupablePlainAttr<A,M>,GroupableRelatable<L,M,P,R,REL>,Implementation,JobStatus,JSONLAPlainAttr,JSONPlainAttr<A>,LAPlainAttr,LAPlainAttrUniqueValue,LAPlainAttrValue,LinkedAccount,MacroTask,MacroTaskCommand,MailTemplate,Membership<L>,NetworkServiceEntity,Notification,NotificationTask,OIDCC4UIProvider,OIDCC4UIUserTemplate,OIDCJWKS,OIDCRPClientApp,PasswordPolicy,PlainAttr<A>,PlainAttrUniqueValue,PlainAttrValue,PlainSchema,Policy,Privilege,PropagationPolicy,PropagationTask,ProvidedKeyEntity,ProvisioningPolicy,ProvisioningTask<T>,PullCorrelationRuleEntity,PullPolicy,PullTask,PushCorrelationRuleEntity,PushPolicy,PushTask,Realm,Relationship<L,R>,RelationshipType,Remediation,Report,ReportExec,Role,SAML2IdPEntity,SAML2SP4UIIdP,SAML2SP4UIUserTemplate,SAML2SPClientApp,SAML2SPEntity,SchedTask,Schema,SecurityQuestion,SRARoute,Task<T>,TaskExec<T>,TicketExpirationPolicy,TypeExtension,UDynGroupMembership,UMembership,UPlainAttr,UPlainAttrUniqueValue,UPlainAttrValue,URelationship,User,VirSchema,WAConfigEntry
- All Known Implementing Classes:
AbstractAny,AbstractAnyTemplate,AbstractClientApp,AbstractDynMembership,AbstractEntity,AbstractExec,AbstractGeneratedKeyEntity,AbstractGroupableRelatable,AbstractPlainAttr,AbstractPlainAttrValue,AbstractPolicy,AbstractProvidedKeyEntity,AbstractProvisioningTask,AbstractSchema,AbstractTask,AbstractTaskExec,DeletingLinkedAccount,JPAAccessPolicy,JPAAccessToken,JPAAccountPolicy,JPAADynGroupMembership,JPAAMembership,JPAAnyAbout,JPAAnyObject,JPAAnyTemplatePullTask,JPAAnyTemplateRealm,JPAAnyType,JPAAnyTypeClass,JPAAPlainAttr,JPAAPlainAttrUniqueValue,JPAAPlainAttrValue,JPAApplication,JPAARelationship,JPAAttrReleasePolicy,JPAAttrRepo,JPAAuditConf,JPAAuthModule,JPAAuthPolicy,JPAAuthProfile,JPABatch,JPACASSPClientApp,JPAConfParam,JPAConnInstance,JPADelegation,JPADerSchema,JPADomain,JPADynRealm,JPADynRealmMembership,JPADynRoleMembership,JPAExternalResource,JPAFIQLQuery,JPAFormPropertyDef,JPAGPlainAttr,JPAGPlainAttrUniqueValue,JPAGPlainAttrValue,JPAGroup,JPAImplementation,JPAJobStatus,JPAJSONAnyObject,JPAJSONAPlainAttr,JPAJSONAPlainAttrUniqueValue,JPAJSONAPlainAttrValue,JPAJSONGPlainAttr,JPAJSONGPlainAttrUniqueValue,JPAJSONGPlainAttrValue,JPAJSONGroup,JPAJSONLAPlainAttr,JPAJSONLAPlainAttrUniqueValue,JPAJSONLAPlainAttrValue,JPAJSONLinkedAccount,JPAJSONUPlainAttr,JPAJSONUPlainAttrUniqueValue,JPAJSONUPlainAttrValue,JPAJSONUser,JPALAPlainAttr,JPALAPlainAttrUniqueValue,JPALAPlainAttrValue,JPALinkedAccount,JPAMacroTask,JPAMacroTaskCommand,JPAMacroTaskExec,JPAMailTemplate,JPANetworkService,JPANotification,JPANotificationTask,JPANotificationTaskExec,JPAOIDCC4UIProvider,JPAOIDCC4UIUserTemplate,JPAOIDCJWKS,JPAOIDCRPClientApp,JPAPasswordPolicy,JPAPlainSchema,JPAPrivilege,JPAPropagationPolicy,JPAPropagationTask,JPAPropagationTaskExec,JPAPullCorrelationRuleEntity,JPAPullPolicy,JPAPullTask,JPAPullTaskExec,JPAPushCorrelationRuleEntity,JPAPushPolicy,JPAPushTask,JPAPushTaskExec,JPARealm,JPARelationshipType,JPARemediation,JPAReport,JPAReportExec,JPARole,JPASAML2IdPEntity,JPASAML2SP4UIIdP,JPASAML2SP4UIUserTemplate,JPASAML2SPClientApp,JPASAML2SPEntity,JPASchedTask,JPASchedTaskExec,JPASecurityQuestion,JPASRARoute,JPATicketExpirationPolicy,JPATypeExtension,JPAUDynGroupMembership,JPAUMembership,JPAUPlainAttr,JPAUPlainAttrUniqueValue,JPAUPlainAttrValue,JPAURelationship,JPAUser,JPAVirSchema,JPAWAConfigEntry,MembershipType
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Entity extends Serializable
-
-
Field Summary
Fields Modifier and Type Field Description static PatternEMAIL_PATTERNstatic PatternID_PATTERNstatic StringID_REGEX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()
-
-
-
Field Detail
-
ID_REGEX
static final String ID_REGEX
- See Also:
- Constant Field Values
-
ID_PATTERN
static final Pattern ID_PATTERN
-
EMAIL_PATTERN
static final Pattern EMAIL_PATTERN
-
-
Method Detail
-
getKey
String getKey()
-
-