Uses of Class
org.refcodes.net.BasicAuthResponse
-
-
Uses of BasicAuthResponse in org.refcodes.net
Methods in org.refcodes.net that return BasicAuthResponse Modifier and Type Method Description BasicAuthResponseBasicAuthObserver. onBasicAuthRequest(java.net.InetSocketAddress aLocalAddress, java.net.InetSocketAddress aRemoteAddress, HttpMethod aHttpMethod, java.lang.String aLocator, BasicAuthCredentials aCredentials, java.lang.String aRealm)Invoked upon an incoming HTTP Basic-Authentication requests.static BasicAuthResponseBasicAuthResponse. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BasicAuthResponse[]BasicAuthResponse. values()Returns an array containing the constants of this enum type, in the order they are declared.
-