psdi.security.vmm

Class VMMContextSettings

  • java.lang.Object
    • psdi.security.vmm.VMMContextSettings


  • public class VMMContextSettings
    extends java.lang.Object
    A class to represent the default VMM context setting configured for the synchronization task.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCredential()
      Returns the credential to be used for creating VMM context.
      java.lang.String getGroupSearchAttribute()
      Returns VMM group search attribute.
      java.lang.String getPrincipal()
      Sets the principal name to be used for creating VMM context.
      java.lang.String getRealm()
      Returns the realm.
      java.lang.String getUserSearchAttribute()
      Returns VMM user search attribute.
      void setCredential(java.lang.String string)
      Sets the credential to be used for creating VMM context.
      void setGroupSearchAttribute(java.lang.String string)
      Sets the VMM group search attribute.
      void setPrincipal(java.lang.String string)
      Sets the principal name to be used for creating VMM context.
      void setRealm(java.lang.String value)
      Sets the Realm.
      void setUserSearchAttribute(java.lang.String string)
      Sets the VMM user search attribute.
      • Methods inherited from class java.lang.Object

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

      • VMMContextSettings

        public VMMContextSettings()
    • Method Detail

      • getPrincipal

        public java.lang.String getPrincipal()
        Sets the principal name to be used for creating VMM context.
        Parameters:
        string - the principal name to be used
      • setPrincipal

        public void setPrincipal(java.lang.String string)
        Sets the principal name to be used for creating VMM context.
        Parameters:
        string - the principal name to be used
      • getCredential

        public java.lang.String getCredential()
        Returns the credential to be used for creating VMM context.
        Returns:
        the credential to be used for creating VMM context.
      • setCredential

        public void setCredential(java.lang.String string)
        Sets the credential to be used for creating VMM context.
        Parameters:
        string - the credential to be used
      • getRealm

        public java.lang.String getRealm()
        Returns the realm. This defaults to empty string.
        Returns:
        Realm
      • setRealm

        public void setRealm(java.lang.String value)
        Sets the Realm.
        Parameters:
        Realm - value.
      • getUserSearchAttribute

        public java.lang.String getUserSearchAttribute()
        Returns VMM user search attribute.
        Returns:
        VMM user search attribute.
      • setUserSearchAttribute

        public void setUserSearchAttribute(java.lang.String string)
        Sets the VMM user search attribute.
        Parameters:
        string - the VMM user search attribute to be used
      • getGroupSearchAttribute

        public java.lang.String getGroupSearchAttribute()
        Returns VMM group search attribute.
        Returns:
        VMM group search attribute.
      • setGroupSearchAttribute

        public void setGroupSearchAttribute(java.lang.String string)
        Sets the VMM group search attribute.
        Parameters:
        string - the VMM group search attribute to be used