Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- BCRYPT_VERSION - Static variable in class org.apache.nifi.authentication.single.user.encoder.BCryptPasswordEncoder
- BCryptPasswordEncoder - Class in org.apache.nifi.authentication.single.user.encoder
-
Password Encoder implementation using bcrypt hashing
- BCryptPasswordEncoder() - Constructor for class org.apache.nifi.authentication.single.user.encoder.BCryptPasswordEncoder
C
- CLASS_TAG - Static variable in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
D
- DEFAULT_COST - Static variable in class org.apache.nifi.authentication.single.user.encoder.BCryptPasswordEncoder
E
- encode(char[]) - Method in class org.apache.nifi.authentication.single.user.encoder.BCryptPasswordEncoder
-
Encode Password and return bcrypt hashed password
- encode(char[]) - Method in interface org.apache.nifi.authentication.single.user.encoder.PasswordEncoder
-
Encode Password and return hashed password
- eventFactory - Variable in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
G
- getLoginIdentityProvidersFile(Properties) - Static method in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- getPassword() - Method in class org.apache.nifi.authentication.single.user.SingleUserCredentials
- getProviderClass() - Method in class org.apache.nifi.authentication.single.user.SingleUserCredentials
- getProvidersReader(InputStream) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- getProvidersWriter(OutputStream) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- getUsername() - Method in class org.apache.nifi.authentication.single.user.SingleUserCredentials
H
- HASHER - Static variable in class org.apache.nifi.authentication.single.user.encoder.BCryptPasswordEncoder
I
- isEndProvider(XMLEvent) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- isProperty(StartElement, String) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- isStartClass(XMLEvent) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- isStartProperty(XMLEvent, String) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
L
- loadProperties(File) - Static method in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- LoginCredentialsWriter - Interface in org.apache.nifi.authentication.single.user.writer
-
Writer for Login Identity Providers Configuration
M
- main(String[]) - Static method in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- matches(char[], String) - Method in class org.apache.nifi.authentication.single.user.encoder.BCryptPasswordEncoder
-
Match Password against bcrypt hashed password
- matches(char[], String) - Method in interface org.apache.nifi.authentication.single.user.encoder.PasswordEncoder
-
Match Password against encoded password
- MINIMUM_PASSWORD_LENGTH - Static variable in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- MINIMUM_USERNAME_LENGTH - Static variable in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
N
- NAME_ATTRIBUTE - Static variable in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
O
- org.apache.nifi.authentication.single.user - package org.apache.nifi.authentication.single.user
- org.apache.nifi.authentication.single.user.command - package org.apache.nifi.authentication.single.user.command
- org.apache.nifi.authentication.single.user.encoder - package org.apache.nifi.authentication.single.user.encoder
- org.apache.nifi.authentication.single.user.writer - package org.apache.nifi.authentication.single.user.writer
P
- password - Variable in class org.apache.nifi.authentication.single.user.SingleUserCredentials
- PASSWORD_ENCODER - Static variable in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- PASSWORD_PROPERTY - Static variable in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- PasswordEncoder - Interface in org.apache.nifi.authentication.single.user.encoder
-
Password Encoder for encoding and matching passwords modeled after Spring Security PasswordEncoder
- processProperty(XMLEventReader, XMLEventWriter, String) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
-
Process Property Value and replace existing Characters when found
- PROPERTIES_FILE_PATH - Static variable in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- PROPERTY_TAG - Static variable in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- PROVIDER_CLASS - Static variable in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- PROVIDER_TAG - Static variable in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- providerClass - Variable in class org.apache.nifi.authentication.single.user.SingleUserCredentials
- PROVIDERS_PROPERTY - Static variable in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- providersFile - Variable in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
R
- readProviders() - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- run(String, String) - Static method in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
S
- setCredentials(SingleUserCredentials, File) - Static method in class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- SetSingleUserCredentials - Class in org.apache.nifi.authentication.single.user.command
-
Set Single User Credentials in Login Identity Providers configuration
- SetSingleUserCredentials() - Constructor for class org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials
- SingleUserCredentials - Class in org.apache.nifi.authentication.single.user
-
Single User Credentials used for writing updated configuration
- SingleUserCredentials(String, String, String) - Constructor for class org.apache.nifi.authentication.single.user.SingleUserCredentials
- StandardLoginCredentialsWriter - Class in org.apache.nifi.authentication.single.user.writer
-
Standard Login Credentials Writer updates Login Identity Providers Single User definition with Login Credentials
- StandardLoginCredentialsWriter(File) - Constructor for class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
U
- updateLoginIdentityProviders(SingleUserCredentials, XMLEventReader, XMLEventWriter) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- username - Variable in class org.apache.nifi.authentication.single.user.SingleUserCredentials
- USERNAME_PROPERTY - Static variable in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
V
- VERIFYER - Static variable in class org.apache.nifi.authentication.single.user.encoder.BCryptPasswordEncoder
W
- writeLoginCredentials(SingleUserCredentials) - Method in interface org.apache.nifi.authentication.single.user.writer.LoginCredentialsWriter
-
Write Login Credentials
- writeLoginCredentials(SingleUserCredentials) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
- writeLoginCredentials(SingleUserCredentials, InputStream) - Method in class org.apache.nifi.authentication.single.user.writer.StandardLoginCredentialsWriter
All Classes and Interfaces|All Packages|Constant Field Values