SecurityIdentityRetrievalStrategyInterface

SecurityIdentityRetrievalStrategyInterface

interface SecurityIdentityRetrievalStrategyInterface

Interface for retrieving security identities from tokens

Methods

SecurityIdentityInterface[] getSecurityIdentities(TokenInterface $token)

Retrieves the available security identities for the given token

Details

SecurityIdentityInterface[] getSecurityIdentities(TokenInterface $token)

Retrieves the available security identities for the given token

The order in which the security identities are returned is significant. Typically, security identities should be ordered from most specific to least specific.

Parameters

TokenInterface $token

Return Value

SecurityIdentityInterface[] An array of SecurityIdentityInterface implementations
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部