Uses of Class
org.usergrid.persistence.CredentialsInfo

Packages that use CredentialsInfo
org.usergrid.persistence   
org.usergrid.persistence.entities   
 

Uses of CredentialsInfo in org.usergrid.persistence
 

Methods in org.usergrid.persistence with parameters of type CredentialsInfo
static String CredentialsInfo.getCredentialsSecret(CredentialsInfo credentials)
           
 

Uses of CredentialsInfo in org.usergrid.persistence.entities
 

Fields in org.usergrid.persistence.entities with type parameters of type CredentialsInfo
protected  Map<String,CredentialsInfo> User.credentials
           
protected  Map<String,CredentialsInfo> Group.credentials
           
 

Methods in org.usergrid.persistence.entities that return types with arguments of type CredentialsInfo
 Map<String,CredentialsInfo> User.getCredentials()
           
 Map<String,CredentialsInfo> Group.getCredentials()
           
 

Method parameters in org.usergrid.persistence.entities with type arguments of type CredentialsInfo
 void User.setCredentials(Map<String,CredentialsInfo> credentials)
           
 void Group.setCredentials(Map<String,CredentialsInfo> credentials)
           
 



Copyright © 2013. All Rights Reserved.