A C F G I L P S V 

A

AuthenticationToken - Class in com.kaazing.gateway.server.spi.security
An authentication token is comprised of (usually) one or more component strings.
AuthenticationToken() - Constructor for class com.kaazing.gateway.server.spi.security.AuthenticationToken
 
AuthenticationTokenCallback - Class in com.kaazing.gateway.server.spi.security
A token callback class retrieves the authentication token presented to the gateway for use in a LoginModule.
AuthenticationTokenCallback() - Constructor for class com.kaazing.gateway.server.spi.security.AuthenticationTokenCallback
 

C

challenge(Object...) - Method in class com.kaazing.gateway.server.spi.security.LoginResult
This result describes LoginResult.Type.CHALLENGE.
com.kaazing.gateway.server.spi - package com.kaazing.gateway.server.spi
 
com.kaazing.gateway.server.spi.security - package com.kaazing.gateway.server.spi.security
 

F

failure(LoginException) - Method in class com.kaazing.gateway.server.spi.security.LoginResult
This result describes login LoginResult.Type.FAILURE.

G

get() - Method in class com.kaazing.gateway.server.spi.security.AuthenticationToken
Return the first component within this token.
get(int) - Method in class com.kaazing.gateway.server.spi.security.AuthenticationToken
Retrieve the component at the specified index from this AuthenticationToken object.
get(String) - Method in class com.kaazing.gateway.server.spi.security.AuthenticationToken
Retrieve the named component from this DefaultAuthenticationToken object.
getAuthenticationToken() - Method in class com.kaazing.gateway.server.spi.security.AuthenticationTokenCallback
 
getInjectableBytes() - Method in interface com.kaazing.gateway.server.spi.ProtocolInjection
Returns the bytes to inject at the beginning of the out-bound connection from the Gateway before attaching the in-bound connection to the out-bound connection such that bytes flow bidirectionally.
getLoginResult() - Method in class com.kaazing.gateway.server.spi.security.LoginResultCallback
 
getScheme() - Method in class com.kaazing.gateway.server.spi.security.AuthenticationToken
Return the authentication scheme (e.g. "Basic", etc) that was used by the client to provide this token to the server.
getType() - Method in class com.kaazing.gateway.server.spi.security.LoginResult
Obtain the type of this login result.

I

isEmpty() - Method in class com.kaazing.gateway.server.spi.security.AuthenticationToken
Return false iff any non-null components have been added to this token.

L

LoginResult - Class in com.kaazing.gateway.server.spi.security
LoginResult describes to the gateway the result of a login attempt, including additional authentication parameters as are necessary for service connection authentication.
LoginResult() - Constructor for class com.kaazing.gateway.server.spi.security.LoginResult
 
LoginResult.Type - Enum in com.kaazing.gateway.server.spi.security
Type describes the result type of a Gateway Login attempt.
LoginResultCallback - Class in com.kaazing.gateway.server.spi.security
LoginResultCallback provides access to a LoginResult object from with a LoginModule, permitting communication of additional login result data to the LoginContext provider, i.e.
LoginResultCallback() - Constructor for class com.kaazing.gateway.server.spi.security.LoginResultCallback
 

P

ProtocolInjection - Interface in com.kaazing.gateway.server.spi
Represents a protocol injection for proxied connections as they flow through the Gateway.

S

setAuthenticationToken(AuthenticationToken) - Method in class com.kaazing.gateway.server.spi.security.AuthenticationTokenCallback
 
setAuthorizationTimeout(long) - Method in class com.kaazing.gateway.server.spi.security.LoginResult
For login-protected HTTP services, the authorization timeout is the inactivity period after which the user will be asked to login to the HTTP service again.
setLoginResult(LoginResult) - Method in class com.kaazing.gateway.server.spi.security.LoginResultCallback
For internal use only.
setSessionTimeout(long) - Method in class com.kaazing.gateway.server.spi.security.LoginResult
The session timeout is the time interval (in seconds) after which any WebSocket sessions authenticated with this login result will become invalid and closed.
size() - Method in class com.kaazing.gateway.server.spi.security.AuthenticationToken
Return the number of components comprising this AuthenticationToken.
success() - Method in class com.kaazing.gateway.server.spi.security.LoginResult
This result describes login LoginResult.Type.SUCCESS.

V

valueOf(String) - Static method in enum com.kaazing.gateway.server.spi.security.LoginResult.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kaazing.gateway.server.spi.security.LoginResult.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A C F G I L P S V 

Copyright © 2015. All Rights Reserved.