Searched refs:getVerificationUrl (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java434 String getVerificationUrl() throws ServerException; method in interface:OAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java500 String getVerificationUrl() throws ServerException; method in interface:OAuth2ProviderSettings
H A DAgentOAuth2ProviderSettings.java343 public String getVerificationUrl() throws ServerException { method in class:AgentOAuth2ProviderSettings
H A DRealmOAuth2ProviderSettings.java913 public String getVerificationUrl() throws ServerException { method in class:RealmOAuth2ProviderSettings
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DDeviceCodeResource.java130 String verificationUrl = providerSettings.getVerificationUrl();
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DDeviceCodeResource.java130 String verificationUrl = providerSettings.getVerificationUrl();
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/test/java/org/forgerock/oauth2/restlet/
H A DDeviceCodeResourceTest.java197 given(providerSettings.getVerificationUrl()).willReturn("URL");
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java961 public String getVerificationUrl() throws ServerException { method in class:OpenAMOAuth2ProviderSettings

Completed in 65 milliseconds