Uses of Interface
com.warrenstrange.googleauth.ICredentialRepository
-
Uses of ICredentialRepository in com.warrenstrange.googleauth
Methods in com.warrenstrange.googleauth that return ICredentialRepository Modifier and Type Method Description ICredentialRepositoryGoogleAuthenticator. getCredentialRepository()This method loads the first available ICredentialRepository registered using the Java service loader API.ICredentialRepositoryIGoogleAuthenticator. getCredentialRepository()This method returns the credential repository used by this instance, ornullif none is set or none can be found using the ServiceLoader API.Methods in com.warrenstrange.googleauth with parameters of type ICredentialRepository Modifier and Type Method Description voidGoogleAuthenticator. setCredentialRepository(ICredentialRepository repository)voidIGoogleAuthenticator. setCredentialRepository(ICredentialRepository repository)This method sets the credential repository used by this instance.