> +
> +import static com.google.common.base.Preconditions.checkNotNull;
> +
> +import java.beans.ConstructorProperties;
> +
> +import org.jclouds.openstack.keystone.v2_0.config.CredentialType;
> +
> +import com.google.common.base.Objects;
> +import com.google.common.base.Objects.ToStringHelper;
> +
> +/**
> + * Token Credentials
> + *
> + * @see <a 
> href="http://api.openstack.org/api-ref-identity-v2.html#identity-auth-v2"/>
> + */
> +@CredentialType("token")

`@CredentialType(CredentialTypes.TOKEN_CREDENTIALS)`. Can you also please 
change the `PasswordCredentials` class in the same package to this convention? 
Thx!


---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/433/files#r16723906

Reply via email to