Package hudson.security
Class GlobalMatrixAuthorizationStrategy.ConverterImpl
java.lang.Object
org.jenkinsci.plugins.matrixauth.AbstractAuthorizationContainerConverter<GlobalMatrixAuthorizationStrategy>
hudson.security.GlobalMatrixAuthorizationStrategy.ConverterImpl
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
- Direct Known Subclasses:
ProjectMatrixAuthorizationStrategy.ConverterImpl
- Enclosing class:
- GlobalMatrixAuthorizationStrategy
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class GlobalMatrixAuthorizationStrategy.ConverterImpl
extends AbstractAuthorizationContainerConverter<GlobalMatrixAuthorizationStrategy>
Persist
GlobalMatrixAuthorizationStrategy
as a list of IDs that
represent GlobalMatrixAuthorizationStrategy.grantedPermissions
.-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.matrixauth.AbstractAuthorizationContainerConverter
marshal, unmarshal, unmarshalContainer
-
Constructor Details
-
ConverterImpl
public ConverterImpl()
-
-
Method Details
-
canConvert
- Specified by:
canConvert
in interfacecom.thoughtworks.xstream.converters.ConverterMatcher
- Specified by:
canConvert
in classAbstractAuthorizationContainerConverter<GlobalMatrixAuthorizationStrategy>
-
create
- Specified by:
create
in classAbstractAuthorizationContainerConverter<GlobalMatrixAuthorizationStrategy>
-