Package com.microsoft.jenkins.azuread
Class AzureAdAuthorizationMatrixNodeProperty.ConverterImpl
java.lang.Object
com.microsoft.jenkins.azuread.AbstractAuthorizationContainerConverter<T>
com.microsoft.jenkins.azuread.AbstractAuthorizationPropertyConverter<AzureAdAuthorizationMatrixNodeProperty>
com.microsoft.jenkins.azuread.AzureAdAuthorizationMatrixNodeProperty.ConverterImpl
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- AzureAdAuthorizationMatrixNodeProperty
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static final class AzureAdAuthorizationMatrixNodeProperty.ConverterImpl
extends AbstractAuthorizationPropertyConverter<AzureAdAuthorizationMatrixNodeProperty>
Persist
AzureAdAuthorizationMatrixNodeProperty
as a list of IDs that
represent AuthorizationMatrixNodeProperty.getGrantedPermissionEntries()
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.microsoft.jenkins.azuread.AbstractAuthorizationPropertyConverter
marshal, unmarshalContainer
Methods inherited from class com.microsoft.jenkins.azuread.AbstractAuthorizationContainerConverter
unmarshal
-
Constructor Details
-
ConverterImpl
public ConverterImpl()
-
-
Method Details
-
canConvert
- Specified by:
canConvert
in interfacecom.thoughtworks.xstream.converters.ConverterMatcher
- Specified by:
canConvert
in classAbstractAuthorizationPropertyConverter<AzureAdAuthorizationMatrixNodeProperty>
-
create
- Specified by:
create
in classAbstractAuthorizationPropertyConverter<AzureAdAuthorizationMatrixNodeProperty>
-