Uses of Class
com.pervasive.datarush.authentication.ProcessAuthenticationSettings
-
Packages that use ProcessAuthenticationSettings Package Description com.pervasive.datarush.authentication Provides classes and interfaces related to authentication. -
-
Uses of ProcessAuthenticationSettings in com.pervasive.datarush.authentication
Methods in com.pervasive.datarush.authentication with parameters of type ProcessAuthenticationSettings Modifier and Type Method Description Subject
KerberosSubjectProvider. accquireCredentials(ModuleConfiguration moduleConfig, ProcessAuthenticationSettings credentialSettings)
Subject
ProcessSubjectProvider. accquireCredentials(ModuleConfiguration moduleConfig, ProcessAuthenticationSettings config)
Creates a subject based on the authentication settings provided.static Subject
ProcessAuthentication. getSubject(ModuleConfiguration moduleConfig, ProcessAuthenticationSettings config)
Constructs a subject for process-level authentication.
-