azure-docs-sdk-java/docs-ref-autogen/com.microsoft.aad.adal.ITok...

84 строки
4.7 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.aad.adal.ITokenStoreQuery.clearTokensForUser(String userId)
name: clearTokensForUser(String userId)
nameWithType: ITokenStoreQuery.clearTokensForUser(String userId)
parameters:
- description: <p>The unique user id to clear the token for. </p>
name: userId
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Clear tokens for given user.</p>
<p></p>
syntax: public void clearTokensForUser(String userId)
uid: com.microsoft.aad.adal.ITokenStoreQuery.clearTokensForUser(String)
- fullName: com.microsoft.aad.adal.ITokenStoreQuery.getAll()
name: getAll()
nameWithType: ITokenStoreQuery.getAll()
returns:
description: >-
<p>
<xref uid="" data-throw-if-not-resolved="false" data-raw-source="Iterator"></xref> of all the <xref uid="com.microsoft.aad.adal.TokenCacheItem" data-throw-if-not-resolved="false" data-raw-source="TokenCacheItem"></xref>s. </p>
type: Iterator&lt;<xref href="com.microsoft.aad.adal.TokenCacheItem?alt=com.microsoft.aad.adal.TokenCacheItem&text=TokenCacheItem" data-throw-if-not-resolved="False"/>&gt;
syntax: public Iterator<TokenCacheItem> getAll()
uid: com.microsoft.aad.adal.ITokenStoreQuery.getAll()
- fullName: com.microsoft.aad.adal.ITokenStoreQuery.getTokensAboutToExpire()
name: getTokensAboutToExpire()
nameWithType: ITokenStoreQuery.getTokensAboutToExpire()
returns:
description: <p>A <xref uid="" data-throw-if-not-resolved="false" data-raw-source="List"></xref> of <xref uid="com.microsoft.aad.adal.TokenCacheItem" data-throw-if-not-resolved="false" data-raw-source="TokenCacheItem"></xref>s that are going to expire. </p>
type: List&lt;<xref href="com.microsoft.aad.adal.TokenCacheItem?alt=com.microsoft.aad.adal.TokenCacheItem&text=TokenCacheItem" data-throw-if-not-resolved="False"/>&gt;
syntax: public List<TokenCacheItem> getTokensAboutToExpire()
uid: com.microsoft.aad.adal.ITokenStoreQuery.getTokensAboutToExpire()
- fullName: com.microsoft.aad.adal.ITokenStoreQuery.getTokensForResource(String resource)
name: getTokensForResource(String resource)
nameWithType: ITokenStoreQuery.getTokensForResource(String resource)
parameters:
- description: <p>The resource to retrieve the token for. </p>
name: resource
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: >-
<p>
<xref uid="" data-throw-if-not-resolved="false" data-raw-source="List"></xref> of <xref uid="com.microsoft.aad.adal.TokenCacheItem" data-throw-if-not-resolved="false" data-raw-source="TokenCacheItem"></xref>s for the given resource. </p>
type: List&lt;<xref href="com.microsoft.aad.adal.TokenCacheItem?alt=com.microsoft.aad.adal.TokenCacheItem&text=TokenCacheItem" data-throw-if-not-resolved="False"/>&gt;
syntax: public List<TokenCacheItem> getTokensForResource(String resource)
uid: com.microsoft.aad.adal.ITokenStoreQuery.getTokensForResource(String)
- fullName: com.microsoft.aad.adal.ITokenStoreQuery.getTokensForUser(String userid)
name: getTokensForUser(String userid)
nameWithType: ITokenStoreQuery.getTokensForUser(String userid)
parameters:
- description: <p>The user id to retrieve the token for. </p>
name: userid
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: >-
<p>
<xref uid="" data-throw-if-not-resolved="false" data-raw-source="List"></xref> of tokens for the given user id. </p>
type: List&lt;<xref href="com.microsoft.aad.adal.TokenCacheItem?alt=com.microsoft.aad.adal.TokenCacheItem&text=TokenCacheItem" data-throw-if-not-resolved="False"/>&gt;
syntax: public List<TokenCacheItem> getTokensForUser(String userid)
uid: com.microsoft.aad.adal.ITokenStoreQuery.getTokensForUser(String)
- fullName: com.microsoft.aad.adal.ITokenStoreQuery.getUniqueUsersWithTokenCache()
name: getUniqueUsersWithTokenCache()
nameWithType: ITokenStoreQuery.getUniqueUsersWithTokenCache()
returns:
description: >-
<p>
<xref uid="" data-throw-if-not-resolved="false" data-raw-source="Set"></xref> of unique users in the token cache. </p>
type: <xref href="Set%3CString%3E?alt=Set%3CString%3E&text=Set%3CString%3E" data-throw-if-not-resolved="False"/>
syntax: public Set<String> getUniqueUsersWithTokenCache()
uid: com.microsoft.aad.adal.ITokenStoreQuery.getUniqueUsersWithTokenCache()
nameWithType: ITokenStoreQuery
syntax: public interface ITokenStoreQuery
type: interface
uid: com.microsoft.aad.adal.ITokenStoreQuery
fullName: com.microsoft.aad.adal.ITokenStoreQuery
name: ITokenStoreQuery
package: com.microsoft.aad.adal
metadata: {}