Package org.apache.openejb.core.security.jaas

Interface Summary
LoginProvider  
 

Class Summary
CDILoginModule Usage:

CDI { org.apache.openejb.core.security.jaas.CDILoginModule required delegate="org.apache.openejb.core.security.CDILoginModuleTest$Delegate" loginModuleAsCdiBean=false cdiName="xxx"; };

Note: you can use instead of delegate <appid> to define a delegate by app.

GroupPrincipal  
PropertiesLoginModule  
ScriptLoginModule  
ServiceProviderLoginModule  
SQLLoginModule A login module that loads security information from a SQL database.
UsernamePasswordCallbackHandler A JAAS username password CallbackHandler.
UserPrincipal  
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.