Uses of Class
com.ocient.auth.AuthException
Packages that use AuthException
-
Uses of AuthException in com.ocient.auth
Methods in com.ocient.auth that throw AuthExceptionModifier and TypeMethodDescriptionOpenIDAuthenticators.TokenPoller.apply(long timeoutMillis) static OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrant<OktaAuthenticators.OktaNativeSSOToken> OktaAuthenticators.OktaNativeSSOClient.createAuthorizationCodeGrant(OpenIDAuthenticators.AuthorizationCodeWithPKCEClient client, ClientWireProtocol.OpenIDAuthenticator authenticator) Returns aOpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrantthat yields anOktaAuthenticators.OktaNativeSSOTokenon authorization success.OktaAuthenticators.OktaNativeSSOClient.createDeviceAuthorizationGrant(ClientWireProtocol.OpenIDAuthenticator authenticator) Returns aOpenIDAuthenticators.DeviceAuthorizationGrantthat yields anOktaAuthenticators.OktaNativeSSOTokenon authorization success.static StringOktaAuthenticators.OktaAuthenticationClient.createSessionToken(ClientWireProtocol.OpenIDAuthenticator authenticator, String oktaUsername, char[] oktaPassword) Authenticate the user with the Okta issuer and return the session tokenOktaAuthenticators.OktaNativeSSOToken.decrypt(byte[] passphrase, InputStream input) Decrypts theOktaAuthenticators.OktaNativeSSOTokenusing the secret providedOpenIDAuthenticators.AuthorizationCodeBundle.getToken()OpenIDAuthenticators.AuthorizationDeviceCodeBundle.getToken()OpenIDAuthenticators.DeviceAuthorizationGrant.getToken(long timeoutMillis) Polls the issuer's /token endpoint for the authorization response.OpenIDAuthenticators.OAuthToken.getToken()Token.getToken() -
Uses of AuthException in com.ocient.jdbc
Methods in com.ocient.jdbc that throw AuthExceptionModifier and TypeMethodDescriptionXGConnection.createOktaNativeSSOToken(ClientWireProtocol.OpenIDAuthenticator authenticator, Properties properties) XGConnection.readOktaNativeSSOToken(Path tokenFilePath)