org.eclipse.jetty.security
Interface Authenticator.Configuration

All Known Implementing Classes:
ConstraintSecurityHandler, SecurityHandler
Enclosing interface:
Authenticator

public static interface Authenticator.Configuration

Authenticator Configuration


Method Summary
 String getAuthMethod()
           
 IdentityService getIdentityService()
           
 String getInitParameter(String key)
           
 Set<String> getInitParameterNames()
           
 LoginService getLoginService()
           
 String getRealmName()
           
 

Method Detail

getAuthMethod

String getAuthMethod()

getRealmName

String getRealmName()

getInitParameter

String getInitParameter(String key)

getInitParameterNames

Set<String> getInitParameterNames()

getLoginService

LoginService getLoginService()

getIdentityService

IdentityService getIdentityService()


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.