Uses of Class
com.ocient.auth.OktaAuthenticators.OktaNativeSSOToken
Packages that use OktaAuthenticators.OktaNativeSSOToken
-
Uses of OktaAuthenticators.OktaNativeSSOToken in com.ocient.auth
Methods in com.ocient.auth that return OktaAuthenticators.OktaNativeSSOTokenModifier and TypeMethodDescriptionOktaAuthenticators.OktaNativeSSOToken.decrypt(byte[] passphrase, InputStream input) Decrypts theOktaAuthenticators.OktaNativeSSOTokenusing the secret providedMethods in com.ocient.auth that return types with arguments of type OktaAuthenticators.OktaNativeSSOTokenModifier and TypeMethodDescriptionstatic 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.Methods in com.ocient.auth with parameters of type OktaAuthenticators.OktaNativeSSOTokenModifier and TypeMethodDescriptionOktaAuthenticators.OktaNativeSSOClient.exchangeForOAuthToken(OktaAuthenticators.OktaNativeSSOToken oktaToken) Sends a request to the /token endpoint for the Authorization Server that issued this device token.static voidOktaAuthenticators.OktaNativeSSOClient.revoke(OktaAuthenticators.OktaNativeSSOToken oktaToken) Sends a request to the /revoke endpoint for the Authorization Server that issued this device token. -
Uses of OktaAuthenticators.OktaNativeSSOToken in com.ocient.jdbc
Methods in com.ocient.jdbc that return OktaAuthenticators.OktaNativeSSOTokenModifier and TypeMethodDescriptionXGConnection.createOktaNativeSSOToken(ClientWireProtocol.OpenIDAuthenticator authenticator, Properties properties) Methods in com.ocient.jdbc that return types with arguments of type OktaAuthenticators.OktaNativeSSOTokenMethods in com.ocient.jdbc with parameters of type OktaAuthenticators.OktaNativeSSOTokenModifier and TypeMethodDescriptionstatic voidXGConnection.writeOktaNativeSSOToken(Path tokenFilePath, OktaAuthenticators.OktaNativeSSOToken token)