> + */ > +package org.jclouds.openstack.keystone.v2_0.domain; > + > +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"/>
Please remove external links! Thx --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/433/files#r16723488