com.atlassian.seraph
Interface Initable

All Known Subinterfaces:
Authenticator, Interceptor, LoginInterceptor, LoginUrlStrategy, LogoutInterceptor, RoleMapper, SecurityController, SecurityService
All Known Implementing Classes:
AbstractAuthenticator, DefaultLoginUrlStrategy, GroupRoleMapper, NullSecurityController, PathService, WebworkService

public interface Initable

A simple interface to indicate all init-able classes in Seraph


Method Summary
 void init(java.util.Map params, SecurityConfig config)
           
 

Method Detail

init

public void init(java.util.Map params,
                 SecurityConfig config)


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.