hudson.security
Class ProjectMatrixAuthorizationStrategy.ConverterImpl

java.lang.Object
  extended by hudson.security.GlobalMatrixAuthorizationStrategy.ConverterImpl
      extended by hudson.security.ProjectMatrixAuthorizationStrategy.ConverterImpl
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Enclosing class:
ProjectMatrixAuthorizationStrategy

public static class ProjectMatrixAuthorizationStrategy.ConverterImpl
extends GlobalMatrixAuthorizationStrategy.ConverterImpl


Constructor Summary
ProjectMatrixAuthorizationStrategy.ConverterImpl(com.thoughtworks.xstream.mapper.Mapper m)
           
 
Method Summary
 boolean canConvert(Class type)
           
protected  GlobalMatrixAuthorizationStrategy create()
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
Methods inherited from class hudson.security.GlobalMatrixAuthorizationStrategy.ConverterImpl
marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectMatrixAuthorizationStrategy.ConverterImpl

public ProjectMatrixAuthorizationStrategy.ConverterImpl(com.thoughtworks.xstream.mapper.Mapper m)
Method Detail

create

protected GlobalMatrixAuthorizationStrategy create()
Overrides:
create in class GlobalMatrixAuthorizationStrategy.ConverterImpl

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                        com.thoughtworks.xstream.converters.UnmarshallingContext context)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter
Overrides:
unmarshal in class GlobalMatrixAuthorizationStrategy.ConverterImpl

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
Overrides:
canConvert in class GlobalMatrixAuthorizationStrategy.ConverterImpl


Copyright © 2004-2013. All Rights Reserved.