index
int64 0
10.7k
| class
stringclasses 867
values | comment_sentence
stringlengths 1
1.78k
| partition
int64 0
0
| combo
stringlengths 17
1.81k
| labels
listlengths 7
7
|
|---|---|---|---|---|---|
6,769
|
IndentAction.java
|
// only change the document if it is a real change
| 0
|
// only change the document if it is a real change | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,770
|
IndentAction.java
|
// set the caret offset so it can be used when setting the selection
| 0
|
// set the caret offset so it can be used when setting the selection | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,771
|
IndentAction.java
|
// if we are right before the text start / line end, and already after the insertion point
// then just shift to the right
| 0
|
// if we are right before the text start / line end, and already after the insertion point
// then just shift to the right | IndentAction.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
6,772
|
IndentAction.java
|
// change document:
// get current white space
| 0
|
// change document:
// get current white space | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,773
|
IndentAction.java
|
// standard C code indentation
| 0
|
// standard C code indentation | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,774
|
IndentAction.java
|
// line comment starting at position 0 -> indent inside
| 0
|
// line comment starting at position 0 -> indent inside | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,775
|
IndentAction.java
|
// where we start searching for non-WS; after the "//" in single line comments
| 0
|
// where we start searching for non-WS; after the "//" in single line comments | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,776
|
IndentAction.java
|
Indents a single line using the heuristic scanner. Multiline comments are
* indented as specified by the <code>CCommentAutoIndentStrategy</code>.
| 0
|
Indents a single line using the heuristic scanner. Multiline comments are
* indented as specified by the <code>CCommentAutoIndentStrategy</code>. | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,777
|
IndentAction.java
|
// this is too intrusive, but will never get called anyway
| 0
|
// this is too intrusive, but will never get called anyway | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,778
|
IndentAction.java
|
* Selects the given range on the editor.
| 0
|
* Selects the given range on the editor. | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,779
|
IndentAction.java
|
// will only happen on concurrent modification
| 0
|
// will only happen on concurrent modification | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,780
|
IndentAction.java
|
always reset the selection if anything was replaced
// but not when we had a single line non-tab invocation
| 0
|
always reset the selection if anything was replaced
// but not when we had a single line non-tab invocation | IndentAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,781
|
TestLossyRetryInvocationHandler.java
|
@link HdfsClientConfigKeys#DFS_CLIENT_TEST_DROP_NAMENODE_RESPONSE_NUM_KEY
| 0
|
@link HdfsClientConfigKeys#DFS_CLIENT_TEST_DROP_NAMENODE_RESPONSE_NUM_KEY | TestLossyRetryInvocationHandler.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,782
|
TestLossyRetryInvocationHandler.java
|
This test makes sure that when
* {@link HdfsClientConfigKeys#DFS_CLIENT_TEST_DROP_NAMENODE_RESPONSE_NUM_KEY} is set,
* DFSClient instances can still be created within NN/DN (e.g., the fs instance
* used by the trash emptier thread in NN)
| 0
|
This test makes sure that when
* {@link HdfsClientConfigKeys#DFS_CLIENT_TEST_DROP_NAMENODE_RESPONSE_NUM_KEY} is set,
* DFSClient instances can still be created within NN/DN (e.g., the fs instance
* used by the trash emptier thread in NN) | TestLossyRetryInvocationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,783
|
TestLossyRetryInvocationHandler.java
|
// enable both trash emptier and dropping response
| 0
|
// enable both trash emptier and dropping response | TestLossyRetryInvocationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,784
|
CSourcePreviewerUpdater.java
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Anton Leherbauer (Wind River Systems)
| 0
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Anton Leherbauer (Wind River Systems) | CSourcePreviewerUpdater.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
6,785
|
CSourcePreviewerUpdater.java
|
* Handles editor font changes for source preview viewers.
| 0
|
* Handles editor font changes for source preview viewers. | CSourcePreviewerUpdater.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,786
|
CSourcePreviewerUpdater.java
|
* Registers a source preview updater for the given viewer, configuration and preference store.
| 0
|
* Registers a source preview updater for the given viewer, configuration and preference store. | CSourcePreviewerUpdater.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,787
|
CSourcePreviewerUpdater.java
|
* @param viewer the viewer
| 0
|
* @param viewer the viewer | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,788
|
CSourcePreviewerUpdater.java
|
* @param configuration the configuration
| 0
|
* @param configuration the configuration | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,789
|
CSourcePreviewerUpdater.java
|
* @param preferenceStore the preference store
| 0
|
* @param preferenceStore the preference store | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,790
|
CSourcePreviewerUpdater.java
|
* @param viewer
| 0
|
* @param viewer | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,791
|
CSourcePreviewerUpdater.java
|
* @param configuration
| 0
|
* @param configuration | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,792
|
CSourcePreviewerUpdater.java
|
* @param store
| 0
|
* @param store | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,793
|
CSourcePreviewerUpdater.java
|
* @see org.eclipse.jface.util.IPropertyChangeListener#propertyChange(org.eclipse.jface.util.PropertyChangeEvent)
| 0
|
* @see org.eclipse.jface.util.IPropertyChangeListener#propertyChange(org.eclipse.jface.util.PropertyChangeEvent) | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,794
|
CSourcePreviewerUpdater.java
|
* @see org.eclipse.jface.util.IPropertyChangeListener#propertyChange(org.eclipse.jface.util.PropertyChangeEvent)
| 0
|
* @see org.eclipse.jface.util.IPropertyChangeListener#propertyChange(org.eclipse.jface.util.PropertyChangeEvent) | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,795
|
CSourcePreviewerUpdater.java
|
* @see org.eclipse.swt.events.DisposeListener#widgetDisposed(org.eclipse.swt.events.DisposeEvent)
| 0
|
* @see org.eclipse.swt.events.DisposeListener#widgetDisposed(org.eclipse.swt.events.DisposeEvent) | CSourcePreviewerUpdater.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,796
|
ValueAggregator.java
|
* This interface defines the minimal protocol for value aggregators.
| 0
|
* This interface defines the minimal protocol for value aggregators. | ValueAggregator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,797
|
ValueAggregator.java
|
add a value to the aggregator
| 0
|
add a value to the aggregator | ValueAggregator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,798
|
ValueAggregator.java
|
* reset the aggregator
| 0
|
* reset the aggregator | ValueAggregator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,799
|
ValueAggregator.java
|
* @param val the value to be added
| 0
|
* @param val the value to be added | ValueAggregator.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,800
|
ValueAggregator.java
|
* @return the string representation of the agregator
| 0
|
* @return the string representation of the agregator | ValueAggregator.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,801
|
ValueAggregator.java
|
* @return an array of values as the outputs of the combiner.
| 0
|
* @return an array of values as the outputs of the combiner. | ValueAggregator.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,802
|
CPathContainerWizard.java
|
Contributors:
* QNX Software Systems - initial API and implementation
| 0
|
Contributors:
* QNX Software Systems - initial API and implementation | CPathContainerWizard.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
6,803
|
CPathContainerWizard.java
|
@deprecated as of CDT 4.0. This wizard was used in property pages
* for 3.X style projects.
| 0
|
@deprecated as of CDT 4.0. This wizard was used in property pages
* for 3.X style projects. | CPathContainerWizard.java
|
[
0,
0,
0,
0,
0,
1,
0
] |
6,804
|
CPathContainerWizard.java
|
@see IWizard#performFinish()
| 0
|
@see IWizard#performFinish() | CPathContainerWizard.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,805
|
CPathContainerWizard.java
|
@see IWizard#addPages()
| 0
|
@see IWizard#addPages() | CPathContainerWizard.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,806
|
CPathContainerWizard.java
|
@see IWizard#getNextPage(IWizardPage)
| 0
|
@see IWizard#getNextPage(IWizardPage) | CPathContainerWizard.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,807
|
CPathContainerWizard.java
|
@see IWizard#canFinish()
| 0
|
@see IWizard#canFinish() | CPathContainerWizard.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,808
|
CPathContainerWizard.java
|
Constructor for ClasspathContainerWizard.
| 0
|
Constructor for ClasspathContainerWizard. | CPathContainerWizard.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,809
|
CPathContainerWizard.java
|
Constructor for ClasspathContainerWizard.
| 0
|
Constructor for ClasspathContainerWizard. | CPathContainerWizard.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,810
|
MonitorBenchmark.java
|
@link Monitor
| 0
|
@link Monitor | MonitorBenchmark.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,811
|
MonitorBenchmark.java
|
@author Justin T. Sampson
| 0
|
@author Justin T. Sampson | MonitorBenchmark.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
6,812
|
MonitorBenchmark.java
|
Benchmarks for {@link Monitor}.
| 0
|
Benchmarks for {@link Monitor}. | MonitorBenchmark.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,813
|
UncheckedExecutionException.java
|
@link java.util.concurrent.ExecutionException
| 0
|
@link java.util.concurrent.ExecutionException | UncheckedExecutionException.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,814
|
UncheckedExecutionException.java
|
@linkplain #getCause() cause
| 0
|
@linkplain #getCause() cause | UncheckedExecutionException.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,815
|
UncheckedExecutionException.java
|
@code Error
| 0
|
@code Error | UncheckedExecutionException.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,816
|
UncheckedExecutionException.java
|
@link ExecutionError
| 0
|
@link ExecutionError | UncheckedExecutionException.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,817
|
UncheckedExecutionException.java
|
@code
* ExecutionException
| 0
|
@code
* ExecutionException | UncheckedExecutionException.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,820
|
UncheckedExecutionException.java
|
@code ExecutionException
| 0
|
@code ExecutionException | UncheckedExecutionException.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,821
|
UncheckedExecutionException.java
|
@code UncheckedExecutionException
| 0
|
@code UncheckedExecutionException | UncheckedExecutionException.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,822
|
UncheckedExecutionException.java
|
@code ExecutionException
| 0
|
@code ExecutionException | UncheckedExecutionException.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,823
|
UncheckedExecutionException.java
|
Unchecked variant of {@link java.util.concurrent.ExecutionException}. As with
* {@code ExecutionException}, the exception's {@linkplain #getCause() cause} comes from a failed
* task, possibly run in another thread.
*
* <p>{@code UncheckedExecutionException} is intended as an alternative to
* {@code ExecutionException} when the exception thrown by a task is an unchecked exception.
* However, it may also wrap a checked exception in some cases.
*
* <p>When wrapping an {@code Error} from another thread, prefer {@link ExecutionError}. When
* wrapping a checked exception, prefer {@code
* ExecutionException}.
| 0
|
Unchecked variant of {@link java.util.concurrent.ExecutionException}. As with
* {@code ExecutionException}, the exception's {@linkplain #getCause() cause} comes from a failed
* task, possibly run in another thread.
*
* <p>{@code UncheckedExecutionException} is intended as an alternative to
* {@code ExecutionException} when the exception thrown by a task is an unchecked exception.
* However, it may also wrap a checked exception in some cases.
*
* <p>When wrapping an {@code Error} from another thread, prefer {@link ExecutionError}. When
* wrapping a checked exception, prefer {@code
* ExecutionException}. | UncheckedExecutionException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,824
|
UncheckedExecutionException.java
|
Creates a new instance with {@code null} as its detail message.
| 0
|
Creates a new instance with {@code null} as its detail message. | UncheckedExecutionException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,825
|
UncheckedExecutionException.java
|
* Creates a new instance with the given detail message.
| 0
|
* Creates a new instance with the given detail message. | UncheckedExecutionException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,826
|
UncheckedExecutionException.java
|
* Creates a new instance with the given detail message and cause.
| 0
|
* Creates a new instance with the given detail message and cause. | UncheckedExecutionException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,827
|
UncheckedExecutionException.java
|
* Creates a new instance with the given cause.
| 0
|
* Creates a new instance with the given cause. | UncheckedExecutionException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,829
|
MapKey.java
|
@code Map
| 0
|
@code Map | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,830
|
MapKey.java
|
@literal @
| 0
|
@literal @ | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,831
|
MapKey.java
|
@link ProvidesIntoMap
| 0
|
@link ProvidesIntoMap | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,832
|
MapKey.java
|
@link ClassMapKey
| 0
|
@link ClassMapKey | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,833
|
MapKey.java
|
@link StringMapKey
| 0
|
@link StringMapKey | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,834
|
MapKey.java
|
@literal @
| 0
|
@literal @ | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,835
|
MapKey.java
|
@literal @
| 0
|
@literal @ | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,836
|
MapKey.java
|
@literal @
| 0
|
@literal @ | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,837
|
MapKey.java
|
@code unwrapValue
| 0
|
@code unwrapValue | MapKey.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,838
|
MapKey.java
|
Allows users define customized key type annotations for map bindings by annotating an annotation
* of a {@code Map}'s key type. The custom key annotation can be applied to methods also annotated
* with {@literal @}{@link ProvidesIntoMap}.
| 0
|
Allows users define customized key type annotations for map bindings by annotating an annotation
* of a {@code Map}'s key type. The custom key annotation can be applied to methods also annotated
* with {@literal @}{@link ProvidesIntoMap}. | MapKey.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,839
|
MapKey.java
|
<p>A {@link StringMapKey} and {@link ClassMapKey} are provided for convenience with maps whose
* keys are strings or classes. For maps with enums or primitive types as keys, you must provide
* your own MapKey annotation, such as this one for an enum:
*
* <pre>
* {@literal @}MapKey(unwrapValue = true)
* {@literal @}Retention(RUNTIME)
* public {@literal @}interface MyCustomEnumKey {
* MyCustomEnum value();
* }
* </pre>
*
* You can also use the whole annotation as the key, if {@code unwrapValue=false}.
* When unwrapValue is false, the annotation type will be the key type for the injected map and
* the annotation instances will be the key values. If {@code unwrapValue=true}, the value() type
* will be the key type for injected map and the value() instances will be the keys values.
*
| 0
|
<p>A {@link StringMapKey} and {@link ClassMapKey} are provided for convenience with maps whose
* keys are strings or classes. For maps with enums or primitive types as keys, you must provide
* your own MapKey annotation, such as this one for an enum:
*
* <pre>
* {@literal @}MapKey(unwrapValue = true)
* {@literal @}Retention(RUNTIME)
* public {@literal @}interface MyCustomEnumKey {
* MyCustomEnum value();
* }
* </pre>
*
* You can also use the whole annotation as the key, if {@code unwrapValue=false}.
* When unwrapValue is false, the annotation type will be the key type for the injected map and
* the annotation instances will be the key values. If {@code unwrapValue=true}, the value() type
* will be the key type for injected map and the value() instances will be the keys values.
* | MapKey.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
6,840
|
MapKey.java
|
if {@code unwrapValue} is false, then the whole annotation will be the type and annotation
* instances will be the keys. If {@code unwrapValue} is true, the value() type of key type
* annotation will be the key type for injected map and the value instances will be the keys.
| 0
|
if {@code unwrapValue} is false, then the whole annotation will be the type and annotation
* instances will be the keys. If {@code unwrapValue} is true, the value() type of key type
* annotation will be the key type for injected map and the value instances will be the keys. | MapKey.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,842
|
JWTRedirectAuthenticationHandler.java
|
@link JWTRedirectAuthenticationHandler
| 0
|
@link JWTRedirectAuthenticationHandler | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,843
|
JWTRedirectAuthenticationHandler.java
|
The {@link JWTRedirectAuthenticationHandler} extends
* AltKerberosAuthenticationHandler to add WebSSO behavior for UIs. The expected
* SSO token is a JsonWebToken (JWT). The supported algorithm is RS256 which
* uses PKI between the token issuer and consumer. The flow requires a redirect
* to a configured authentication server URL and a subsequent request with the
* expected JWT token. This token is cryptographically verified and validated.
* The user identity is then extracted from the token and used to create an
* AuthenticationToken - as expected by the AuthenticationFilter.
| 0
|
The {@link JWTRedirectAuthenticationHandler} extends
* AltKerberosAuthenticationHandler to add WebSSO behavior for UIs. The expected
* SSO token is a JsonWebToken (JWT). The supported algorithm is RS256 which
* uses PKI between the token issuer and consumer. The flow requires a redirect
* to a configured authentication server URL and a subsequent request with the
* expected JWT token. This token is cryptographically verified and validated.
* The user identity is then extracted from the token and used to create an
* AuthenticationToken - as expected by the AuthenticationFilter. | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,844
|
JWTRedirectAuthenticationHandler.java
|
<p>
* The supported configuration properties are:
* </p>
* <ul>
* <li>authentication.provider.url: the full URL to the authentication server.
* This is the URL that the handler will redirect the browser to in order to
* authenticate the user. It does not have a default value.</li>
* <li>public.key.pem: This is the PEM formatted public key of the issuer of the
* JWT token. It is required for verifying that the issuer is a trusted party.
* DO NOT include the PEM header and footer portions of the PEM encoded
* certificate. It does not have a default value.</li>
* <li>expected.jwt.audiences: This is a list of strings that identify
* acceptable audiences for the JWT token. The audience is a way for the issuer
* to indicate what entity/s that the token is intended for. Default value is
* null which indicates that all audiences will be accepted.</li>
* <li>jwt.cookie.name: the name of the cookie that contains the JWT token.
* Default value is "hadoop-jwt".</li>
* </ul>
| 0
|
<p>
* The supported configuration properties are:
* </p>
* <ul>
* <li>authentication.provider.url: the full URL to the authentication server.
* This is the URL that the handler will redirect the browser to in order to
* authenticate the user. It does not have a default value.</li>
* <li>public.key.pem: This is the PEM formatted public key of the issuer of the
* JWT token. It is required for verifying that the issuer is a trusted party.
* DO NOT include the PEM header and footer portions of the PEM encoded
* certificate. It does not have a default value.</li>
* <li>expected.jwt.audiences: This is a list of strings that identify
* acceptable audiences for the JWT token. The audience is a way for the issuer
* to indicate what entity/s that the token is intended for. Default value is
* null which indicates that all audiences will be accepted.</li>
* <li>jwt.cookie.name: the name of the cookie that contains the JWT token.
* Default value is "hadoop-jwt".</li>
* </ul> | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
6,845
|
JWTRedirectAuthenticationHandler.java
|
Primarily for testing, this provides a way to set the publicKey for
* signature verification without needing to get a PEM encoded value.
| 0
|
Primarily for testing, this provides a way to set the publicKey for
* signature verification without needing to get a PEM encoded value. | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,846
|
JWTRedirectAuthenticationHandler.java
|
@link AuthenticationFilter#init
| 0
|
@link AuthenticationFilter#init | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,847
|
JWTRedirectAuthenticationHandler.java
|
* @return valid true if the token has not expired; false otherwise
| 0
|
* @return valid true if the token has not expired; false otherwise | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,848
|
JWTRedirectAuthenticationHandler.java
|
* @param jwtToken the token that contains the expiration date to validate
| 0
|
* @param jwtToken the token that contains the expiration date to validate | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,849
|
JWTRedirectAuthenticationHandler.java
|
* @return true if an expected audience is present, otherwise false
| 0
|
* @return true if an expected audience is present, otherwise false | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,850
|
JWTRedirectAuthenticationHandler.java
|
@param jwtToken
* the JWT token where the allowed audiences will be found
| 0
|
@param jwtToken
* the JWT token where the allowed audiences will be found | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,851
|
JWTRedirectAuthenticationHandler.java
|
* @return valid true if signature verifies successfully; false otherwise
| 0
|
* @return valid true if signature verifies successfully; false otherwise | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,852
|
JWTRedirectAuthenticationHandler.java
|
* @param jwtToken the token that contains the signature to be validated
| 0
|
* @param jwtToken the token that contains the signature to be validated | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,853
|
JWTRedirectAuthenticationHandler.java
|
* @return true if valid
| 0
|
* @return true if valid | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,854
|
JWTRedirectAuthenticationHandler.java
|
* @param jwtToken the token to validate
| 0
|
* @param jwtToken the token to validate | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,855
|
JWTRedirectAuthenticationHandler.java
|
* @return url to use as login url for redirect
| 0
|
* @return url to use as login url for redirect | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,856
|
JWTRedirectAuthenticationHandler.java
|
* @param request for getting the original request URL
| 0
|
* @param request for getting the original request URL | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,857
|
JWTRedirectAuthenticationHandler.java
|
* @return serialized JWT token
| 0
|
* @return serialized JWT token | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,858
|
JWTRedirectAuthenticationHandler.java
|
* @param req servlet request to get the JWT token from
| 0
|
* @param req servlet request to get the JWT token from | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,859
|
JWTRedirectAuthenticationHandler.java
|
@param config
* configuration properties to initialize the handler.
| 0
|
@param config
* configuration properties to initialize the handler. | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,860
|
JWTRedirectAuthenticationHandler.java
|
* @param pk publicKey for the token signtature verification
| 0
|
* @param pk publicKey for the token signtature verification | JWTRedirectAuthenticationHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,861
|
JWTRedirectAuthenticationHandler.java
|
Initializes the authentication handler instance.
* <p>
* This method is invoked by the {@link AuthenticationFilter#init} method.
| 0
|
Initializes the authentication handler instance.
* <p>
* This method is invoked by the {@link AuthenticationFilter#init} method. | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,862
|
JWTRedirectAuthenticationHandler.java
|
// setup the URL to redirect to for authentication
| 0
|
// setup the URL to redirect to for authentication | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,863
|
JWTRedirectAuthenticationHandler.java
|
// setup the public key of the token issuer for verification
| 0
|
// setup the public key of the token issuer for verification | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,864
|
JWTRedirectAuthenticationHandler.java
|
// setup the list of valid audiences for token validation
| 0
|
// setup the list of valid audiences for token validation | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,865
|
JWTRedirectAuthenticationHandler.java
|
// parse into the list
| 0
|
// parse into the list | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,866
|
JWTRedirectAuthenticationHandler.java
|
// setup custom cookie name if configured
| 0
|
// setup custom cookie name if configured | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,867
|
JWTRedirectAuthenticationHandler.java
|
// unable to parse the token let's try and get another one
| 0
|
// unable to parse the token let's try and get another one | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,868
|
JWTRedirectAuthenticationHandler.java
|
Encapsulate the acquisition of the JWT token from HTTP cookies within the
* request.
| 0
|
Encapsulate the acquisition of the JWT token from HTTP cookies within the
* request. | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,869
|
JWTRedirectAuthenticationHandler.java
|
Create the URL to be used for authentication of the user in the absence of
* a JWT token within the incoming request.
| 0
|
Create the URL to be used for authentication of the user in the absence of
* a JWT token within the incoming request. | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,870
|
JWTRedirectAuthenticationHandler.java
|
This method provides a single method for validating the JWT for use in
* request processing. It provides for the override of specific aspects of
* this implementation through submethods used within but also allows for the
* override of the entire token validation algorithm.
| 0
|
This method provides a single method for validating the JWT for use in
* request processing. It provides for the override of specific aspects of
* this implementation through submethods used within but also allows for the
* override of the entire token validation algorithm. | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,871
|
JWTRedirectAuthenticationHandler.java
|
Verify the signature of the JWT token in this method. This method depends
* on the public key that was established during init based upon the
* provisioned public key. Override this method in subclasses in order to
* customize the signature verification behavior.
| 0
|
Verify the signature of the JWT token in this method. This method depends
* on the public key that was established during init based upon the
* provisioned public key. Override this method in subclasses in order to
* customize the signature verification behavior. | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,872
|
JWTRedirectAuthenticationHandler.java
|
Validate whether any of the accepted audience claims is present in the
* issued token claims list for audience. Override this method in subclasses
* in order to customize the audience validation behavior.
| 0
|
Validate whether any of the accepted audience claims is present in the
* issued token claims list for audience. Override this method in subclasses
* in order to customize the audience validation behavior. | JWTRedirectAuthenticationHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.