Class ScimConfigureAction

  • All Implemented Interfaces:
    java.io.Serializable

    @ConversationScoped
    @Named
    @Secure("#{permissionService.hasPermission(\'configuration\', \'access\')}")
    public class ScimConfigureAction
    extends java.lang.Object
    implements java.io.Serializable
    Action class for configuring SCIM
    Author:
    Yuriy Movchan Date: 05.10.2012
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()  
      java.lang.String init()  
      java.lang.String update()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScimConfigureAction

        public ScimConfigureAction()
    • Method Detail

      • init

        public java.lang.String init()
      • update

        public java.lang.String update()
      • cancel

        public void cancel()