Class SExternalIdentityMapping
java.lang.Object
org.bonitasoft.engine.external.identity.mapping.model.SExternalIdentityMapping
- All Implemented Interfaces:
Serializable,PersistentObject
- Author:
- Emmanuel Duchastenier
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSExternalIdentityMapping(long id, long tenantId, String externalId, long userId, long groupId, long roleId, String displayNamePart1, String displayNamePart2, String displayNamePart3) SExternalIdentityMapping(String externalId) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
Field Details
-
ID_KEY
- See Also:
-
KIND_KEY
- See Also:
-
USER_ID_KEY
- See Also:
-
GROUP_ID_KEY
- See Also:
-
ROLE_ID_KEY
- See Also:
-
EXTERNAL_ID_KEY
- See Also:
-
-
Constructor Details
-
SExternalIdentityMapping
-
SExternalIdentityMapping
-