Package com.microsoft.jenkins.azuread
Class AuthorizationMatrixProperty.ConverterImpl
java.lang.Object
com.microsoft.jenkins.azuread.AbstractAuthorizationContainerConverter<T>
com.microsoft.jenkins.azuread.AbstractAuthorizationPropertyConverter<AuthorizationMatrixProperty>
com.microsoft.jenkins.azuread.AuthorizationMatrixProperty.ConverterImpl
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- AuthorizationMatrixProperty
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class)
public static final class AuthorizationMatrixProperty.ConverterImpl
extends AbstractAuthorizationPropertyConverter<AuthorizationMatrixProperty>
Persist
AuthorizationMatrixProperty
as a list of IDs that
represent AuthorizationMatrixProperty.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<AuthorizationMatrixProperty>
-
create
- Specified by:
create
in classAbstractAuthorizationPropertyConverter<AuthorizationMatrixProperty>
-