Uses of Class
org.jclouds.openstack.keystone.auth.domain.PasswordCredentials.Builder
- 
Packages that use PasswordCredentials.Builder Package Description org.jclouds.openstack.keystone.auth.domain  - 
- 
Uses of PasswordCredentials.Builder in org.jclouds.openstack.keystone.auth.domain
Methods in org.jclouds.openstack.keystone.auth.domain that return PasswordCredentials.Builder Modifier and Type Method Description static PasswordCredentials.BuilderPasswordCredentials. builder()abstract PasswordCredentials.BuilderPasswordCredentials.Builder. password(String password)abstract PasswordCredentials.BuilderPasswordCredentials.Builder. username(String username) 
 -