Class MapperDecoderView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<MapperDecoderPresenter>
-
- org.jboss.hal.client.configuration.subsystem.elytron.MapperDecoderView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,MapperDecoderPresenter.MyView,MbuiView<MapperDecoderPresenter>,HalView,HasPresenter<MapperDecoderPresenter>
- Direct Known Subclasses:
Mbui_MapperDecoderView
@MbuiView public class MapperDecoderView extends MbuiViewImpl<MapperDecoderPresenter> implements MapperDecoderPresenter.MyView
-
-
Method Summary
-
Methods inherited from class org.jboss.hal.core.mvp.HalViewImpl
detach, element, iterator
-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, removeFromSlot, setInSlot
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
create
public static MapperDecoderView create(MbuiContext mbuiContext)
-
attach
public void attach()
Description copied from interface:HalViewThis method should be called after the view's elements are attached to the DOM. Typically this method is called fromHalPresenter.onReveal().Do not use
ViewImpl.onAttach()to initialize PatternFly components. This works for widgets only, but not for elements!- Specified by:
attachin interfaceHalView- Overrides:
attachin classHalViewImpl
-
updateAddPrefixRoleMapper
public void updateAddPrefixRoleMapper(List<NamedNode> model)
- Specified by:
updateAddPrefixRoleMapperin interfaceMapperDecoderPresenter.MyView
-
updateAddSuffixRoleMapper
public void updateAddSuffixRoleMapper(List<NamedNode> model)
- Specified by:
updateAddSuffixRoleMapperin interfaceMapperDecoderPresenter.MyView
-
updateAggregateEvidenceDecoder
public void updateAggregateEvidenceDecoder(List<NamedNode> model)
- Specified by:
updateAggregateEvidenceDecoderin interfaceMapperDecoderPresenter.MyView
-
updateAggregatePrincipalDecoder
public void updateAggregatePrincipalDecoder(List<NamedNode> model)
- Specified by:
updateAggregatePrincipalDecoderin interfaceMapperDecoderPresenter.MyView
-
updateAggregateRoleMapper
public void updateAggregateRoleMapper(List<NamedNode> model)
- Specified by:
updateAggregateRoleMapperin interfaceMapperDecoderPresenter.MyView
-
updateConcatenatingPrincipalDecoder
public void updateConcatenatingPrincipalDecoder(List<NamedNode> model)
- Specified by:
updateConcatenatingPrincipalDecoderin interfaceMapperDecoderPresenter.MyView
-
updateConstantPermissionMapper
public void updateConstantPermissionMapper(List<NamedNode> model)
- Specified by:
updateConstantPermissionMapperin interfaceMapperDecoderPresenter.MyView
-
updateConstantPrincipalDecoder
public void updateConstantPrincipalDecoder(List<NamedNode> model)
- Specified by:
updateConstantPrincipalDecoderin interfaceMapperDecoderPresenter.MyView
-
updateConstantRoleMapper
public void updateConstantRoleMapper(List<NamedNode> model)
- Specified by:
updateConstantRoleMapperin interfaceMapperDecoderPresenter.MyView
-
updateCustomEvidenceDecoder
public void updateCustomEvidenceDecoder(List<NamedNode> model)
- Specified by:
updateCustomEvidenceDecoderin interfaceMapperDecoderPresenter.MyView
-
updateCustomPermissionMapper
public void updateCustomPermissionMapper(List<NamedNode> model)
- Specified by:
updateCustomPermissionMapperin interfaceMapperDecoderPresenter.MyView
-
updateCustomPrincipalDecoder
public void updateCustomPrincipalDecoder(List<NamedNode> model)
- Specified by:
updateCustomPrincipalDecoderin interfaceMapperDecoderPresenter.MyView
-
updateCustomRoleDecoder
public void updateCustomRoleDecoder(List<NamedNode> model)
- Specified by:
updateCustomRoleDecoderin interfaceMapperDecoderPresenter.MyView
-
updateCustomRoleMapper
public void updateCustomRoleMapper(List<NamedNode> model)
- Specified by:
updateCustomRoleMapperin interfaceMapperDecoderPresenter.MyView
-
updateLogicalPermissionMapper
public void updateLogicalPermissionMapper(List<NamedNode> model)
- Specified by:
updateLogicalPermissionMapperin interfaceMapperDecoderPresenter.MyView
-
updateLogicalRoleMapper
public void updateLogicalRoleMapper(List<NamedNode> model)
- Specified by:
updateLogicalRoleMapperin interfaceMapperDecoderPresenter.MyView
-
updateMappedRoleMapper
public void updateMappedRoleMapper(List<NamedNode> model)
- Specified by:
updateMappedRoleMapperin interfaceMapperDecoderPresenter.MyView
-
updateSimplePermissionMapper
public void updateSimplePermissionMapper(List<NamedNode> model)
- Specified by:
updateSimplePermissionMapperin interfaceMapperDecoderPresenter.MyView
-
updateSimpleRoleDecoder
public void updateSimpleRoleDecoder(List<NamedNode> model)
- Specified by:
updateSimpleRoleDecoderin interfaceMapperDecoderPresenter.MyView
-
updateX500AttributePrincipalDecoder
public void updateX500AttributePrincipalDecoder(List<NamedNode> model)
- Specified by:
updateX500AttributePrincipalDecoderin interfaceMapperDecoderPresenter.MyView
-
updateX500SubjectEvidenceDecoder
public void updateX500SubjectEvidenceDecoder(List<NamedNode> model)
- Specified by:
updateX500SubjectEvidenceDecoderin interfaceMapperDecoderPresenter.MyView
-
updateX509SubjectAltNameEvidenceDecoder
public void updateX509SubjectAltNameEvidenceDecoder(List<NamedNode> model)
- Specified by:
updateX509SubjectAltNameEvidenceDecoderin interfaceMapperDecoderPresenter.MyView
-
setPresenter
public void setPresenter(MapperDecoderPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<MapperDecoderPresenter>- Overrides:
setPresenterin classMbuiViewImpl<MapperDecoderPresenter>
-
-