Class: Virtuozzo::SOAP::Types::Authm::AuthmType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], add_user = [], add_group = [], edit_user = [], edit_group = [], add_to_group = [], del_from_group = [], get_user = [], get_group = [], del_user = [], del_group = [], authenticate = [], add_realm = [], del_realm = [], get_realm = [], get_auth_name = [], get_sid = [], group = [], user = [], id = [], realms = [], token = [], auth_name = [], sid = [], type = []) ⇒ AuthmType

Returns a new instance of AuthmType.

[View source]

1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
# File 'lib/virtuozzo/soap/types/authm.rb', line 1884

def initialize(configuration = nil, ok = [], error = [], add_user = [], add_group = [], edit_user = [], edit_group = [], add_to_group = [], del_from_group = [], get_user = [], get_group = [], del_user = [], del_group = [], authenticate = [], add_realm = [], del_realm = [], get_realm = [], get_auth_name = [], get_sid = [], group = [], user = [], id = [], realms = [], token = [], auth_name = [], sid = [], type = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @add_user = add_user
  @add_group = add_group
  @edit_user = edit_user
  @edit_group = edit_group
  @add_to_group = add_to_group
  @del_from_group = del_from_group
  @get_user = get_user
  @get_group = get_group
  @del_user = del_user
  @del_group = del_group
  @authenticate = authenticate
  @add_realm = add_realm
  @del_realm = del_realm
  @get_realm = get_realm
  @get_auth_name = get_auth_name
  @get_sid = get_sid
  @group = group
  @user = user
  @id = id
  @realms = realms
  @token = token
  @auth_name = auth_name
  @sid = sid
  @type = type
end

Instance Attribute Details

#add_groupObject

Returns the value of attribute add_group.


1860
1861
1862
# File 'lib/virtuozzo/soap/types/authm.rb', line 1860

def add_group
  @add_group
end

#add_realmObject

Returns the value of attribute add_realm.


1870
1871
1872
# File 'lib/virtuozzo/soap/types/authm.rb', line 1870

def add_realm
  @add_realm
end

#add_to_groupObject

Returns the value of attribute add_to_group.


1863
1864
1865
# File 'lib/virtuozzo/soap/types/authm.rb', line 1863

def add_to_group
  @add_to_group
end

#add_userObject

Returns the value of attribute add_user.


1859
1860
1861
# File 'lib/virtuozzo/soap/types/authm.rb', line 1859

def add_user
  @add_user
end

#auth_nameObject

Returns the value of attribute auth_name.


1880
1881
1882
# File 'lib/virtuozzo/soap/types/authm.rb', line 1880

def auth_name
  @auth_name
end

#authenticateObject

Returns the value of attribute authenticate.


1869
1870
1871
# File 'lib/virtuozzo/soap/types/authm.rb', line 1869

def authenticate
  @authenticate
end

#configurationObject

Returns the value of attribute configuration.


1856
1857
1858
# File 'lib/virtuozzo/soap/types/authm.rb', line 1856

def configuration
  @configuration
end

#del_from_groupObject

Returns the value of attribute del_from_group.


1864
1865
1866
# File 'lib/virtuozzo/soap/types/authm.rb', line 1864

def del_from_group
  @del_from_group
end

#del_groupObject

Returns the value of attribute del_group.


1868
1869
1870
# File 'lib/virtuozzo/soap/types/authm.rb', line 1868

def del_group
  @del_group
end

#del_realmObject

Returns the value of attribute del_realm.


1871
1872
1873
# File 'lib/virtuozzo/soap/types/authm.rb', line 1871

def del_realm
  @del_realm
end

#del_userObject

Returns the value of attribute del_user.


1867
1868
1869
# File 'lib/virtuozzo/soap/types/authm.rb', line 1867

def del_user
  @del_user
end

#edit_groupObject

Returns the value of attribute edit_group.


1862
1863
1864
# File 'lib/virtuozzo/soap/types/authm.rb', line 1862

def edit_group
  @edit_group
end

#edit_userObject

Returns the value of attribute edit_user.


1861
1862
1863
# File 'lib/virtuozzo/soap/types/authm.rb', line 1861

def edit_user
  @edit_user
end

#errorObject

Returns the value of attribute error.


1858
1859
1860
# File 'lib/virtuozzo/soap/types/authm.rb', line 1858

def error
  @error
end

#get_auth_nameObject

Returns the value of attribute get_auth_name.


1873
1874
1875
# File 'lib/virtuozzo/soap/types/authm.rb', line 1873

def get_auth_name
  @get_auth_name
end

#get_groupObject

Returns the value of attribute get_group.


1866
1867
1868
# File 'lib/virtuozzo/soap/types/authm.rb', line 1866

def get_group
  @get_group
end

#get_realmObject

Returns the value of attribute get_realm.


1872
1873
1874
# File 'lib/virtuozzo/soap/types/authm.rb', line 1872

def get_realm
  @get_realm
end

#get_sidObject

Returns the value of attribute get_sid.


1874
1875
1876
# File 'lib/virtuozzo/soap/types/authm.rb', line 1874

def get_sid
  @get_sid
end

#get_userObject

Returns the value of attribute get_user.


1865
1866
1867
# File 'lib/virtuozzo/soap/types/authm.rb', line 1865

def get_user
  @get_user
end

#groupObject

Returns the value of attribute group.


1875
1876
1877
# File 'lib/virtuozzo/soap/types/authm.rb', line 1875

def group
  @group
end

#idObject

Returns the value of attribute id.


1877
1878
1879
# File 'lib/virtuozzo/soap/types/authm.rb', line 1877

def id
  @id
end

#okObject

Returns the value of attribute ok.


1857
1858
1859
# File 'lib/virtuozzo/soap/types/authm.rb', line 1857

def ok
  @ok
end

#realmsObject

Returns the value of attribute realms.


1878
1879
1880
# File 'lib/virtuozzo/soap/types/authm.rb', line 1878

def realms
  @realms
end

#sidObject

Returns the value of attribute sid.


1881
1882
1883
# File 'lib/virtuozzo/soap/types/authm.rb', line 1881

def sid
  @sid
end

#tokenObject

Returns the value of attribute token.


1879
1880
1881
# File 'lib/virtuozzo/soap/types/authm.rb', line 1879

def token
  @token
end

#typeObject

Returns the value of attribute type.


1882
1883
1884
# File 'lib/virtuozzo/soap/types/authm.rb', line 1882

def type
  @type
end

#userObject

Returns the value of attribute user.


1876
1877
1878
# File 'lib/virtuozzo/soap/types/authm.rb', line 1876

def user
  @user
end