public static class

Authenticator.Success

extends Authenticator.Result
java.lang.Object
   ↳ com.sun.net.httpserver.Authenticator.Result
     ↳ com.sun.net.httpserver.Authenticator.Success

Class Overview

Indicates an authentication has succeeded and the authenticated user principal can be acquired by calling getPrincipal().

Summary

Public Constructors
Authenticator.Success(HttpPrincipal p)
Public Methods
HttpPrincipal getPrincipal()
returns the authenticated user Principal
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Authenticator.Success (HttpPrincipal p)

Public Methods

public HttpPrincipal getPrincipal ()

returns the authenticated user Principal