Uses of Enum
com.coveo.pushapiclient.SecurityIdentityType
-
Uses of SecurityIdentityType in com.coveo.pushapiclient
Fields in com.coveo.pushapiclient declared as SecurityIdentityTypeModifier and TypeFieldDescriptionSecurityIdentity.identityTypeThe type of the identity.final SecurityIdentityTypeIdentityModel.typeMethods in com.coveo.pushapiclient that return SecurityIdentityTypeModifier and TypeMethodDescriptionstatic SecurityIdentityTypeReturns the enum constant of this type with the specified name.static SecurityIdentityType[]SecurityIdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.coveo.pushapiclient with parameters of type SecurityIdentityTypeModifierConstructorDescriptionAliasMapping(String provider, String name, SecurityIdentityType type, Map<String, String> additionalInfo) AnySecurityIdentityBuilder(String[] identities, SecurityIdentityType securityIdentityType, String securityProvider) AnySecurityIdentityBuilder(String identity, SecurityIdentityType securityIdentityType, String securityProvider) IdentityModel(String name, SecurityIdentityType type, Map<String, String> additionalInfo) SecurityIdentity(String identity, SecurityIdentityType securityIdentityType, String securityProvider)