org.eclipse.jetty.security
Interface MappedLoginService.UserPrincipal

All Superinterfaces:
Principal
All Known Implementing Classes:
MappedLoginService.Anonymous, MappedLoginService.KnownUser
Enclosing class:
MappedLoginService

public static interface MappedLoginService.UserPrincipal
extends Principal


Method Summary
 boolean authenticate(Object credentials)
           
 boolean isAuthenticated()
           
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

authenticate

boolean authenticate(Object credentials)

isAuthenticated

boolean isAuthenticated()


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