org
.
apache
.
spark
.
ui
SnappyBasicAuthenticator
Related Doc:
package ui
class
SnappyBasicAuthenticator
extends
BasicAuthenticator
with
Logging
Linear Supertypes
Logging
,
BasicAuthenticator
,
LoginAuthenticator
,
Authenticator
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SnappyBasicAuthenticator
Logging
BasicAuthenticator
LoginAuthenticator
Authenticator
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SnappyBasicAuthenticator
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getAuthMethod
()
:
String
Definition Classes
BasicAuthenticator → Authenticator
def
getCharset
()
:
Charset
Definition Classes
BasicAuthenticator
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getLoginService
()
:
LoginService
Definition Classes
LoginAuthenticator
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
initializeLogIfNecessary
()
:
Unit
Attributes
protected
Definition Classes
Logging
final
def
isDebugEnabled
:
Boolean
Definition Classes
Logging
final
def
isInfoEnabled
:
Boolean
Definition Classes
Logging
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
isTraceEnabled
:
Boolean
Definition Classes
Logging
final
var
levelFlags
:
Int
Attributes
protected
Definition Classes
Logging
def
log
:
Logger
Attributes
protected
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
logError
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logError
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
logName
:
String
Attributes
protected
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
final
var
log_
:
Logger
Attributes
protected
Definition Classes
Logging
def
login
(
username:
String
,
password:
Any
,
request:
ServletRequest
)
:
UserIdentity
Definition Classes
SnappyBasicAuthenticator
→ LoginAuthenticator
def
logout
(
arg0:
ServletRequest
)
:
Unit
Definition Classes
LoginAuthenticator
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
prepareRequest
(
arg0:
ServletRequest
)
:
Unit
Definition Classes
LoginAuthenticator → Authenticator
def
renewSession
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
HttpSession
Attributes
protected[
org.eclipse.jetty.security.authentication
]
Definition Classes
LoginAuthenticator
def
resetLogger
()
:
Unit
Attributes
protected
Definition Classes
Logging
def
secureResponse
(
arg0:
ServletRequest
,
arg1:
ServletResponse
,
arg2:
Boolean
,
arg3:
User
)
:
Boolean
Definition Classes
BasicAuthenticator → Authenticator
Annotations
@throws
(
...
)
def
setCharset
(
arg0:
Charset
)
:
Unit
Definition Classes
BasicAuthenticator
def
setConfiguration
(
arg0:
AuthConfiguration
)
:
Unit
Definition Classes
LoginAuthenticator → Authenticator
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
validateRequest
(
arg0:
ServletRequest
,
arg1:
ServletResponse
,
arg2:
Boolean
)
:
Authentication
Definition Classes
BasicAuthenticator → Authenticator
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Logging
Inherited from
BasicAuthenticator
Inherited from
LoginAuthenticator
Inherited from
Authenticator
Inherited from
AnyRef
Inherited from
Any
Ungrouped