Uses of Interface
org.apache.servicemix.jbi.security.auth.AuthenticationService

Packages that use AuthenticationService
org.apache.servicemix.jbi.jmx   
org.apache.servicemix.jbi.security.auth.impl   
 

Uses of AuthenticationService in org.apache.servicemix.jbi.jmx
 

Methods in org.apache.servicemix.jbi.jmx that return AuthenticationService
 AuthenticationService JaasAuthenticator.getAuthenticationService()
          The authentication service can be used to customize the authentication mechanism used by this authenticator.
 

Methods in org.apache.servicemix.jbi.jmx with parameters of type AuthenticationService
 void JaasAuthenticator.setAuthenticationService(AuthenticationService authenticationService)
           
 

Uses of AuthenticationService in org.apache.servicemix.jbi.security.auth.impl
 

Classes in org.apache.servicemix.jbi.security.auth.impl that implement AuthenticationService
 class JAASAuthenticationService
          Implementation of the authentication service using JAAS.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.