org.openqa.jetty.http
Class SecurityConstraint.Nobody

java.lang.Object
  extended by org.openqa.jetty.http.SecurityConstraint.Nobody
All Implemented Interfaces:
Principal
Enclosing class:
SecurityConstraint

public static class SecurityConstraint.Nobody
extends Object
implements Principal

Nobody user. The Nobody UserPrincipal is used to indicate a partial state of authentication. A request with a Nobody UserPrincipal will be allowed past all authentication constraints - but will not be considered an authenticated request. It can be used by Authenticators such as FormAuthenticator to allow access to logon and error pages within an authenticated URI tree.


Constructor Summary
SecurityConstraint.Nobody()
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

SecurityConstraint.Nobody

public SecurityConstraint.Nobody()
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal


Copyright © 2012. All Rights Reserved.