spring-android-auth
A C F G N O Q R S T U

A

addConnection(Connection<?>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
AndroidEncryptors - Class in org.springframework.security.crypto.encrypt
Factory for commonly used encryptors.
AndroidKeyGenerators - Class in org.springframework.security.crypto.keygen
Factory for commonly used key generators.

C

createConnectionRepository(String) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
 

F

findAllConnections() - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findConnections(String) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findConnections(Class<A>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findConnectionsToUsers(MultiValueMap<String, String>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findPrimaryConnection(Class<A>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findUserIdsConnectedTo(String, Set<String>) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
 
findUserIdsWithConnection(Connection<?>) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
 

G

getConnection(ConnectionKey) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
getConnection(Class<A>, String) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
getPrimaryConnection(Class<A>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 

N

noOpText() - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
Creates a text encryptor that performs no encryption.

O

onCreate(SQLiteDatabase) - Method in class org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper
 
onUpgrade(SQLiteDatabase, int, int) - Method in class org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper
 
org.springframework.security.crypto.encrypt - package org.springframework.security.crypto.encrypt
 
org.springframework.security.crypto.keygen - package org.springframework.security.crypto.keygen
 
org.springframework.social.connect.sqlite - package org.springframework.social.connect.sqlite
 
org.springframework.social.connect.sqlite.support - package org.springframework.social.connect.sqlite.support
 

Q

queryableText(CharSequence, CharSequence) - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
Creates an encryptor for queryable text strings that uses standard password-based encryption.

R

removeConnection(ConnectionKey) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
removeConnections(String) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 

S

secureRandom() - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
Create a BytesKeyGenerator that uses a SecureRandom to generate keys of 8 bytes in length.
secureRandom(int) - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
Create a BytesKeyGenerator that uses a SecureRandom to generate keys of a custom length.
setConnectionSignUp(ConnectionSignUp) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
The command to execute to create a new local user profile in the event no user id could be mapped to a connection.
shared(int) - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
Create a BytesKeyGenerator that returns a single, shared SecureRandom key of a custom length.
SQLiteConnectionRepository - Class in org.springframework.social.connect.sqlite
ConnectionRepository that uses SQLite to persist connection data to a relational database.
SQLiteConnectionRepository(SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
SQLiteConnectionRepository(String, SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
SQLiteConnectionRepositoryHelper - Class in org.springframework.social.connect.sqlite.support
 
SQLiteConnectionRepositoryHelper(Context) - Constructor for class org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper
 
SQLiteUsersConnectionRepository - Class in org.springframework.social.connect.sqlite
UsersConnectionRepository that uses SQLite to persist connection data to a relational database.
SQLiteUsersConnectionRepository(SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
 
standard(CharSequence, CharSequence) - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
Creates a standard password-based bytes encryptor using 256 bit AES encryption.
string() - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
Creates a StringKeyGenerator that hex-encodes SecureRandom keys of 8 bytes in length.

T

text(CharSequence, CharSequence) - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
Creates a text encryptor that uses standard password-based encryption.

U

updateConnection(Connection<?>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 

A C F G N O Q R S T U
spring-android-auth