class OpenIDConnectClient in OpenID Connect / OAuth client 8
Same name and namespace in other branches
- 2.x src/Annotation/OpenIDConnectClient.php \Drupal\openid_connect\Annotation\OpenIDConnectClient
Defines a OpenID Connect client item annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\openid_connect\Annotation\OpenIDConnectClient
Expanded class hierarchy of OpenIDConnectClient
See also
\Drupal\openid_connect\Plugin\OpenIDConnectClientManager
6 classes are annotated with OpenIDConnectClient
- OpenIDConnectFacebookClient in src/
Plugin/ OpenIDConnectClient/ OpenIDConnectFacebookClient.php - Facebook OpenID Connect client.
- OpenIDConnectGenericClient in src/
Plugin/ OpenIDConnectClient/ OpenIDConnectGenericClient.php - Generic OpenID Connect client.
- OpenIDConnectGithubClient in src/
Plugin/ OpenIDConnectClient/ OpenIDConnectGithubClient.php - GitHub OpenID Connect client.
- OpenIDConnectGoogleClient in src/
Plugin/ OpenIDConnectClient/ OpenIDConnectGoogleClient.php - Google OpenID Connect client.
- OpenIDConnectLinkedinClient in src/
Plugin/ OpenIDConnectClient/ OpenIDConnectLinkedinClient.php - LinkedIn OpenID Connect client.
File
- src/
Annotation/ OpenIDConnectClient.php, line 15
Namespace
Drupal\openid_connect\AnnotationView source
class OpenIDConnectClient extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The human-readable name of the OpenID Connect Client plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $label;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OpenIDConnectClient:: |
public | property | The plugin ID. | |
OpenIDConnectClient:: |
public | property | The human-readable name of the OpenID Connect Client plugin. | |
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |