A B C D E G I J L O R S T U W 
All Classes All Packages

A

Address() - Constructor for class cn.authing.UserInfo.Address
 
Authing - Class in cn.authing
 
Authing() - Constructor for class cn.authing.Authing
 
AuthingImpl - Class in cn.authing.internal
 
AuthingImpl() - Constructor for class cn.authing.internal.AuthingImpl
 
AuthParams - Class in cn.authing
 
AuthParams() - Constructor for class cn.authing.AuthParams
 

B

Base64 - Class in cn.authing.internal
 
Base64.Decoder - Class in cn.authing.internal
This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
Base64.Encoder - Class in cn.authing.internal
This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.

C

cn.authing - package cn.authing
 
cn.authing.internal - package cn.authing.internal
 

D

decode(byte[]) - Method in class cn.authing.internal.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding scheme, writing the results into a newly-allocated output byte array.
decode(byte[], byte[]) - Method in class cn.authing.internal.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding scheme, writing the results into the given output byte array, starting at offset 0.
decode(String) - Method in class cn.authing.internal.Base64.Decoder
Decodes a Base64 encoded String into a newly-allocated byte array using the Base64 encoding scheme.
decode(ByteBuffer) - Method in class cn.authing.internal.Base64.Decoder
Decodes all bytes from the input byte buffer using the Base64 encoding scheme, writing the results into a newly-allocated ByteBuffer.

E

encode(byte[]) - Method in class cn.authing.internal.Base64.Encoder
Encodes all bytes from the specified byte array into a newly-allocated byte array using the Base64 encoding scheme.
encode(byte[], byte[]) - Method in class cn.authing.internal.Base64.Encoder
Encodes all bytes from the specified byte array using the Base64 encoding scheme, writing the resulting bytes to the given output byte array, starting at offset 0.
encode(ByteBuffer) - Method in class cn.authing.internal.Base64.Encoder
Encodes all remaining bytes from the specified byte buffer into a newly-allocated ByteBuffer using the Base64 encoding scheme.
encodeToString(byte[]) - Method in class cn.authing.internal.Base64.Encoder
Encodes the specified byte array into a String using the Base64 encoding scheme.

G

getAccessToken() - Method in class cn.authing.UserInfo
 
getAddress() - Method in class cn.authing.UserInfo
 
getBirthday() - Method in class cn.authing.UserInfo
 
getCallbackUrl() - Method in class cn.authing.AuthParams
 
getCode() - Method in class cn.authing.internal.GetUserByTokenResponse
 
getCountry() - Method in class cn.authing.UserInfo.Address
 
getData() - Method in class cn.authing.internal.GetUserByTokenResponse
 
getDecoder() - Static method in class cn.authing.internal.Base64
Returns a Base64.Decoder that decodes using the Basic type base64 encoding scheme.
getEmail() - Method in class cn.authing.UserInfo
 
getEncoder() - Static method in class cn.authing.internal.Base64
Returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme.
getFamily_name() - Method in class cn.authing.UserInfo
 
getFormatted() - Method in class cn.authing.UserInfo.Address
 
getGender() - Method in class cn.authing.UserInfo
 
getGiven_name() - Method in class cn.authing.UserInfo
 
getGrantType() - Method in class cn.authing.AuthParams
 
getId() - Method in class cn.authing.UserInfo
 
getKeys() - Method in class cn.authing.internal.Jwk
 
getLocale() - Method in class cn.authing.UserInfo
 
getMessage() - Method in class cn.authing.internal.GetUserByTokenResponse
 
getMiddle_name() - Method in class cn.authing.UserInfo
 
getMimeDecoder() - Static method in class cn.authing.internal.Base64
Returns a Base64.Decoder that decodes using the MIME type base64 decoding scheme.
getMimeEncoder() - Static method in class cn.authing.internal.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme.
getMimeEncoder(int, byte[]) - Static method in class cn.authing.internal.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme with specified line length and line separators.
getName() - Method in class cn.authing.UserInfo
 
getNickname() - Method in class cn.authing.UserInfo
 
getPhone_number() - Method in class cn.authing.UserInfo
 
getPicture() - Method in class cn.authing.UserInfo
 
getPostal_code() - Method in class cn.authing.UserInfo.Address
 
getPreferred_username() - Method in class cn.authing.UserInfo
 
getProfile() - Method in class cn.authing.UserInfo
 
getRegion() - Method in class cn.authing.UserInfo.Address
 
getRequestURLWithParas(HttpServletRequest) - Static method in class cn.authing.internal.Util
 
getResponseType() - Method in class cn.authing.AuthParams
 
getScope() - Method in class cn.authing.AuthParams
 
getStringFromStream(InputStream) - Static method in class cn.authing.internal.Util
 
getSub() - Method in class cn.authing.UserInfo
 
getUpdated_at() - Method in class cn.authing.UserInfo
 
getUrlDecoder() - Static method in class cn.authing.internal.Base64
Returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme.
getUrlEncoder() - Static method in class cn.authing.internal.Base64
Returns a Base64.Encoder that encodes using the URL and Filename safe type base64 encoding scheme.
GetUserByTokenResponse - Class in cn.authing.internal
 
GetUserByTokenResponse() - Constructor for class cn.authing.internal.GetUserByTokenResponse
 
getUserInfo(HttpServletRequest, HttpServletResponse) - Static method in class cn.authing.Authing
 
getUserInfo(HttpServletRequest, HttpServletResponse, AuthParams) - Static method in class cn.authing.Authing
 
getUserInfo(HttpServletRequest, HttpServletResponse, AuthParams) - Static method in class cn.authing.internal.AuthingImpl
 
getWebsite() - Method in class cn.authing.UserInfo
 
getZoneinfo() - Method in class cn.authing.UserInfo
 

I

isEmail_verified() - Method in class cn.authing.UserInfo
 
isGotoLogin() - Method in class cn.authing.AuthParams
 
isPhone_number_verified() - Method in class cn.authing.UserInfo
 

J

Jwk - Class in cn.authing.internal
 
Jwk() - Constructor for class cn.authing.internal.Jwk
 

L

LAST_VISITED_URL - Static variable in class cn.authing.Authing
 
logout(HttpServletRequest, HttpServletResponse, String) - Static method in class cn.authing.Authing
 
logout(HttpServletRequest, HttpServletResponse, String) - Static method in class cn.authing.internal.AuthingImpl
 

O

onLogin(HttpServletRequest, HttpServletResponse) - Static method in class cn.authing.Authing
 
onLogin(HttpServletRequest, HttpServletResponse, AuthParams) - Static method in class cn.authing.Authing
 
onLogin(HttpServletRequest, HttpServletResponse, AuthParams) - Static method in class cn.authing.internal.AuthingImpl
 

R

randomString(int) - Static method in class cn.authing.internal.Util
 

S

setAccessToken(String) - Method in class cn.authing.UserInfo
 
setAddress(UserInfo.Address) - Method in class cn.authing.UserInfo
 
setAppInfo(String, String) - Static method in class cn.authing.Authing
 
setAppInfo(String, String) - Static method in class cn.authing.internal.AuthingImpl
 
setBirthday(String) - Method in class cn.authing.UserInfo
 
setCallback(String) - Static method in class cn.authing.Authing
 
setCallback(String) - Static method in class cn.authing.internal.AuthingImpl
 
setCallbackUrl(String) - Method in class cn.authing.AuthParams
 
setCode(int) - Method in class cn.authing.internal.GetUserByTokenResponse
 
setCookieOnTopDomain(boolean) - Static method in class cn.authing.Authing
 
setCookieOnTopDomain(boolean) - Static method in class cn.authing.internal.AuthingImpl
 
setCountry(String) - Method in class cn.authing.UserInfo.Address
 
setData(UserInfo) - Method in class cn.authing.internal.GetUserByTokenResponse
 
setEmail(String) - Method in class cn.authing.UserInfo
 
setEmail_verified(boolean) - Method in class cn.authing.UserInfo
 
setFamily_name(String) - Method in class cn.authing.UserInfo
 
setFormatted(String) - Method in class cn.authing.UserInfo.Address
 
setGender(String) - Method in class cn.authing.UserInfo
 
setGiven_name(String) - Method in class cn.authing.UserInfo
 
setGotoLogin(boolean) - Method in class cn.authing.AuthParams
 
setGrantType(String) - Method in class cn.authing.AuthParams
 
setHost(String) - Static method in class cn.authing.Authing
 
setHost(String) - Static method in class cn.authing.internal.AuthingImpl
 
setId(String) - Method in class cn.authing.UserInfo
 
setIncludeIDTokenInCookie(boolean) - Static method in class cn.authing.Authing
 
setIncludeIDTokenInCookie(boolean) - Static method in class cn.authing.internal.AuthingImpl
 
setKeys(ArrayList<Jwk.Key>) - Method in class cn.authing.internal.Jwk
 
setLocale(String) - Method in class cn.authing.UserInfo
 
setMessage(String) - Method in class cn.authing.internal.GetUserByTokenResponse
 
setMiddle_name(String) - Method in class cn.authing.UserInfo
 
setName(String) - Method in class cn.authing.UserInfo
 
setNickname(String) - Method in class cn.authing.UserInfo
 
setPhone_number(String) - Method in class cn.authing.UserInfo
 
setPhone_number_verified(boolean) - Method in class cn.authing.UserInfo
 
setPicture(String) - Method in class cn.authing.UserInfo
 
setPostal_code(String) - Method in class cn.authing.UserInfo.Address
 
setPreferred_username(String) - Method in class cn.authing.UserInfo
 
setProfile(String) - Method in class cn.authing.UserInfo
 
setRegion(String) - Method in class cn.authing.UserInfo.Address
 
setResponseType(String) - Method in class cn.authing.AuthParams
 
setScope(String) - Method in class cn.authing.AuthParams
 
setSub(String) - Method in class cn.authing.UserInfo
 
setUpdated_at(String) - Method in class cn.authing.UserInfo
 
setUserPoolId(String) - Static method in class cn.authing.Authing
 
setUserPoolId(String) - Static method in class cn.authing.internal.AuthingImpl
 
setVerifyRemotely(boolean) - Static method in class cn.authing.Authing
 
setVerifyRemotely(boolean) - Static method in class cn.authing.internal.AuthingImpl
 
setWebsite(String) - Method in class cn.authing.UserInfo
 
setZoneinfo(String) - Method in class cn.authing.UserInfo
 
StatsUtil - Class in cn.authing.internal
 
StatsUtil() - Constructor for class cn.authing.internal.StatsUtil
 

T

toString() - Method in class cn.authing.UserInfo
 
trace() - Static method in class cn.authing.internal.StatsUtil
 

U

UserInfo - Class in cn.authing
 
UserInfo() - Constructor for class cn.authing.UserInfo
 
UserInfo.Address - Class in cn.authing
 
Util - Class in cn.authing.internal
 
Util() - Constructor for class cn.authing.internal.Util
 

W

withoutPadding() - Method in class cn.authing.internal.Base64.Encoder
Returns an encoder instance that encodes equivalently to this one, but without adding any padding character at the end of the encoded byte data.
wrap(InputStream) - Method in class cn.authing.internal.Base64.Decoder
Returns an input stream for decoding Base64 encoded byte stream.
wrap(OutputStream) - Method in class cn.authing.internal.Base64.Encoder
Wraps an output stream for encoding byte data using the Base64 encoding scheme.
A B C D E G I J L O R S T U W 
All Classes All Packages