Package com.coveo.pushapiclient
Class SecurityIdentity
java.lang.Object
com.coveo.pushapiclient.SecurityIdentity
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the security identity.The type of the identity.The security identity provider through which the security identity is updated. -
Constructor Summary
ConstructorsConstructorDescriptionSecurityIdentity(String identity, SecurityIdentityType securityIdentityType, String securityProvider) -
Method Summary
-
Field Details
-
identity
The name of the security identity.Examples: - `asmith@example.com` - `SampleTeam2`
-
identityType
The type of the identity. Valid values: - `UNKNOWN` - `USER` : Defines a single user. - `GROUP` : Defines an existing group of identities within the indexed system. Individual members of this group can be of any valid identity Type (USER, GROUP, or VIRTUAL_GROUP). - `VIRTUAL_GROUP` : Defines a group that doesn't exist within the indexed system. Mechanically, a `VIRTUAL_GROUP` is identical to a `GROUP`. -
securityProvider
The security identity provider through which the security identity is updated.Defaults to the first security identity provider associated with the target Push source.
-
-
Constructor Details
-
SecurityIdentity
public SecurityIdentity(String identity, SecurityIdentityType securityIdentityType, String securityProvider)
-