Uses of Class
com.google.cloud.Identity
-
Packages that use Identity Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of Identity in com.google.cloud
Fields in com.google.cloud with type parameters of type Identity Modifier and Type Field Description protected static ApiFunction<Identity,String>Policy.Marshaller. IDENTITY_STR_VALUE_FUNCTIONprotected static ApiFunction<String,Identity>Policy.Marshaller. IDENTITY_VALUE_OF_FUNCTIONMethods in com.google.cloud that return Identity Modifier and Type Method Description static IdentityIdentity. allAuthenticatedUsers()Returns a new identity representing anyone who is authenticated with a Google account or a service account.static IdentityIdentity. allUsers()Returns a new identity representing anyone who is on the internet; with or without a Google account.static IdentityIdentity. domain(String domain)Returns a new domain identity.static IdentityIdentity. group(String email)Returns a new group identity.static IdentityIdentity. projectEditor(String projectId)Returns a new project editor identity.static IdentityIdentity. projectOwner(String projectId)Returns a new project owner identity.static IdentityIdentity. projectViewer(String projectId)Returns a new project viewer identity.static IdentityIdentity. serviceAccount(String email)Returns a new service account identity.static IdentityIdentity. user(String email)Returns a new user identity.static IdentityIdentity. valueOf(String identityStr)Converts a string to anIdentity.Methods in com.google.cloud that return types with arguments of type Identity Modifier and Type Method Description Map<Role,Set<Identity>>Policy. getBindings()Returns the map of bindings that comprises the policy.Methods in com.google.cloud with parameters of type Identity Modifier and Type Method Description Policy.BuilderPolicy.Builder. addIdentity(Role role, Identity first, Identity... others)Adds one or more identities to the policy under the role specified.Policy.BuilderPolicy.Builder. removeIdentity(Role role, Identity first, Identity... others)Removes one or more identities from an existing binding.Method parameters in com.google.cloud with type arguments of type Identity Modifier and Type Method Description Policy.BuilderPolicy.Builder. setBindings(Map<Role,Set<Identity>> bindings)Replaces the builder's map of bindings with the given map of bindings.
-