Uses of Class
com.google.cloud.hadoop.fs.gcs.auth.DelegationTokenIOException
-
Packages that use DelegationTokenIOException Package Description com.google.cloud.hadoop.fs.gcs.auth -
-
Uses of DelegationTokenIOException in com.google.cloud.hadoop.fs.gcs.auth
Methods in com.google.cloud.hadoop.fs.gcs.auth that return DelegationTokenIOException Modifier and Type Method Description static DelegationTokenIOExceptionDelegationTokenIOException. tokenMismatch(org.apache.hadoop.io.Text service, org.apache.hadoop.io.Text expectedKind, org.apache.hadoop.io.Text actualKind)static DelegationTokenIOExceptionDelegationTokenIOException. wrongTokenType(Class<? extends org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier> expectedClass, org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier identifier)Methods in com.google.cloud.hadoop.fs.gcs.auth that throw DelegationTokenIOException Modifier and Type Method Description protected <T extends org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier>
TAbstractDelegationTokenBinding. convertTokenIdentifier(org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier identifier, Class<T> expectedClass)Verify that a token identifier is of a specific class.
-