Package org.cdk8s.plus22
Class SubjectConfiguration.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus22.SubjectConfiguration.Jsii$Proxy
-
- All Implemented Interfaces:
SubjectConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SubjectConfiguration
@Stability(Stable) @Internal public static final class SubjectConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubjectConfiguration
An implementation forSubjectConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.SubjectConfiguration
SubjectConfiguration.Builder, SubjectConfiguration.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SubjectConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theSubjectConfiguration.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetApiGroup()APIGroup holds the API group of the referenced subject.StringgetKind()Kind of object being referenced.StringgetName()Name of the object being referenced.StringgetNamespace()Namespace of the referenced object.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(SubjectConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by theSubjectConfiguration.Builder.
-
-
Method Detail
-
getKind
public final String getKind()
Description copied from interface:SubjectConfigurationKind of object being referenced.Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.
- Specified by:
getKindin interfaceSubjectConfiguration
-
getName
public final String getName()
Description copied from interface:SubjectConfigurationName of the object being referenced.- Specified by:
getNamein interfaceSubjectConfiguration
-
getApiGroup
public final String getApiGroup()
Description copied from interface:SubjectConfigurationAPIGroup holds the API group of the referenced subject.Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects.
- Specified by:
getApiGroupin interfaceSubjectConfiguration
-
getNamespace
public final String getNamespace()
Description copied from interface:SubjectConfigurationNamespace of the referenced object.If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.
- Specified by:
getNamespacein interfaceSubjectConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-