Package org.cdk8s.plus25.k8s
Class SubjectAccessReviewSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.SubjectAccessReviewSpec.Jsii$Proxy
-
- All Implemented Interfaces:
SubjectAccessReviewSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SubjectAccessReviewSpec
@Stability(Stable) @Internal public static final class SubjectAccessReviewSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubjectAccessReviewSpec
An implementation forSubjectAccessReviewSpec
-
-
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.plus25.k8s.SubjectAccessReviewSpec
SubjectAccessReviewSpec.Builder, SubjectAccessReviewSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SubjectAccessReviewSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theSubjectAccessReviewSpec.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)Map<String,List<String>>getExtra()Extra corresponds to the user.Info.GetExtra() method from the authenticator.List<String>getGroups()Groups is the groups you're testing for.NonResourceAttributesgetNonResourceAttributes()NonResourceAttributes describes information for a non-resource access request.ResourceAttributesgetResourceAttributes()ResourceAuthorizationAttributes describes information for a resource access request.StringgetUid()UID information about the requesting user.StringgetUser()User is the user you're testing for.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(SubjectAccessReviewSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theSubjectAccessReviewSpec.Builder.
-
-
Method Detail
-
getExtra
public final Map<String,List<String>> getExtra()
Description copied from interface:SubjectAccessReviewSpecExtra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here.- Specified by:
getExtrain interfaceSubjectAccessReviewSpec
-
getGroups
public final List<String> getGroups()
Description copied from interface:SubjectAccessReviewSpecGroups is the groups you're testing for.- Specified by:
getGroupsin interfaceSubjectAccessReviewSpec
-
getNonResourceAttributes
public final NonResourceAttributes getNonResourceAttributes()
Description copied from interface:SubjectAccessReviewSpecNonResourceAttributes describes information for a non-resource access request.- Specified by:
getNonResourceAttributesin interfaceSubjectAccessReviewSpec
-
getResourceAttributes
public final ResourceAttributes getResourceAttributes()
Description copied from interface:SubjectAccessReviewSpecResourceAuthorizationAttributes describes information for a resource access request.- Specified by:
getResourceAttributesin interfaceSubjectAccessReviewSpec
-
getUid
public final String getUid()
Description copied from interface:SubjectAccessReviewSpecUID information about the requesting user.- Specified by:
getUidin interfaceSubjectAccessReviewSpec
-
getUser
public final String getUser()
Description copied from interface:SubjectAccessReviewSpecUser is the user you're testing for.If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups
- Specified by:
getUserin interfaceSubjectAccessReviewSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-