Uses of Enum Class
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.IdentityModel.typeMethods in com.coveo.pushapiclient that return SecurityIdentityTypeModifier and TypeMethodDescriptionstatic SecurityIdentityTypeReturns the enum constant of this class with the specified name.static SecurityIdentityType[]SecurityIdentityType.values()Returns an array containing the constants of this enum class, 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)