Class: Virtuozzo::SOAP::Types::Authm::AuthmType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Authm::AuthmType
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmauthmType
configuration - Virtuozzo::SOAP::Types::Authm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Authm::AuthmType::Ok
error - Virtuozzo::SOAP::Types::Authm::AuthmType::Error
add_user - Virtuozzo::SOAP::Types::Authm::Add_user
add_group - Virtuozzo::SOAP::Types::Authm::Add_group
edit_user - Virtuozzo::SOAP::Types::Authm::Edit_user
edit_group - Virtuozzo::SOAP::Types::Authm::Edit_group
add_to_group - Virtuozzo::SOAP::Types::Authm::Add_to_group
del_from_group - Virtuozzo::SOAP::Types::Authm::Del_from_group
get_user - Virtuozzo::SOAP::Types::Authm::Get_user
get_group - Virtuozzo::SOAP::Types::Authm::Get_group
del_user - Virtuozzo::SOAP::Types::Authm::Del_user
del_group - Virtuozzo::SOAP::Types::Authm::Del_group
authenticate - Virtuozzo::SOAP::Types::Authm::Authenticate
add_realm - Virtuozzo::SOAP::Types::Authm::Add_realm
del_realm - Virtuozzo::SOAP::Types::Authm::Del_realm
get_realm - Virtuozzo::SOAP::Types::Authm::Get_realm
get_auth_name - Virtuozzo::SOAP::Types::Authm::Get_auth_name
get_sid - Virtuozzo::SOAP::Types::Authm::Get_sid
group - Virtuozzo::SOAP::Types::Authm::Security_principalType
user - Virtuozzo::SOAP::Types::Authm::Security_principalType
id - (any)
realms - Virtuozzo::SOAP::Types::Authm::Realms
token - Virtuozzo::SOAP::Types::Authm::TokenType
auth_name - Virtuozzo::SOAP::Types::Authm::Auth_nameType
sid - (any)
type - SOAP::SOAPInt
Defined Under Namespace
Instance Attribute Summary collapse
-
#add_group ⇒ Object
Returns the value of attribute add_group.
-
#add_realm ⇒ Object
Returns the value of attribute add_realm.
-
#add_to_group ⇒ Object
Returns the value of attribute add_to_group.
-
#add_user ⇒ Object
Returns the value of attribute add_user.
-
#auth_name ⇒ Object
Returns the value of attribute auth_name.
-
#authenticate ⇒ Object
Returns the value of attribute authenticate.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#del_from_group ⇒ Object
Returns the value of attribute del_from_group.
-
#del_group ⇒ Object
Returns the value of attribute del_group.
-
#del_realm ⇒ Object
Returns the value of attribute del_realm.
-
#del_user ⇒ Object
Returns the value of attribute del_user.
-
#edit_group ⇒ Object
Returns the value of attribute edit_group.
-
#edit_user ⇒ Object
Returns the value of attribute edit_user.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_auth_name ⇒ Object
Returns the value of attribute get_auth_name.
-
#get_group ⇒ Object
Returns the value of attribute get_group.
-
#get_realm ⇒ Object
Returns the value of attribute get_realm.
-
#get_sid ⇒ Object
Returns the value of attribute get_sid.
-
#get_user ⇒ Object
Returns the value of attribute get_user.
-
#group ⇒ Object
Returns the value of attribute group.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#realms ⇒ Object
Returns the value of attribute realms.
-
#sid ⇒ Object
Returns the value of attribute sid.
-
#token ⇒ Object
Returns the value of attribute token.
-
#type ⇒ Object
Returns the value of attribute type.
-
#user ⇒ Object
Returns the value of attribute user.
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.
1882 1883 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 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1882 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_group ⇒ Object
Returns the value of attribute add_group.
1858 1859 1860 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1858 def add_group @add_group end |
#add_realm ⇒ Object
Returns the value of attribute add_realm.
1868 1869 1870 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1868 def add_realm @add_realm end |
#add_to_group ⇒ Object
Returns the value of attribute add_to_group.
1861 1862 1863 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1861 def add_to_group @add_to_group end |
#add_user ⇒ Object
Returns the value of attribute add_user.
1857 1858 1859 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1857 def add_user @add_user end |
#auth_name ⇒ Object
Returns the value of attribute auth_name.
1878 1879 1880 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1878 def auth_name @auth_name end |
#authenticate ⇒ Object
Returns the value of attribute authenticate.
1867 1868 1869 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1867 def authenticate @authenticate end |
#configuration ⇒ Object
Returns the value of attribute configuration.
1854 1855 1856 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1854 def configuration @configuration end |
#del_from_group ⇒ Object
Returns the value of attribute del_from_group.
1862 1863 1864 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1862 def del_from_group @del_from_group end |
#del_group ⇒ Object
Returns the value of attribute del_group.
1866 1867 1868 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1866 def del_group @del_group end |
#del_realm ⇒ Object
Returns the value of attribute del_realm.
1869 1870 1871 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1869 def del_realm @del_realm end |
#del_user ⇒ Object
Returns the value of attribute del_user.
1865 1866 1867 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1865 def del_user @del_user end |
#edit_group ⇒ Object
Returns the value of attribute edit_group.
1860 1861 1862 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1860 def edit_group @edit_group end |
#edit_user ⇒ Object
Returns the value of attribute edit_user.
1859 1860 1861 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1859 def edit_user @edit_user end |
#error ⇒ Object
Returns the value of attribute error.
1856 1857 1858 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1856 def error @error end |
#get_auth_name ⇒ Object
Returns the value of attribute get_auth_name.
1871 1872 1873 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1871 def get_auth_name @get_auth_name end |
#get_group ⇒ Object
Returns the value of attribute get_group.
1864 1865 1866 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1864 def get_group @get_group end |
#get_realm ⇒ Object
Returns the value of attribute get_realm.
1870 1871 1872 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1870 def get_realm @get_realm end |
#get_sid ⇒ Object
Returns the value of attribute get_sid.
1872 1873 1874 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1872 def get_sid @get_sid end |
#get_user ⇒ Object
Returns the value of attribute get_user.
1863 1864 1865 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1863 def get_user @get_user end |
#group ⇒ Object
Returns the value of attribute group.
1873 1874 1875 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1873 def group @group end |
#id ⇒ Object
Returns the value of attribute id.
1875 1876 1877 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1875 def id @id end |
#ok ⇒ Object
Returns the value of attribute ok.
1855 1856 1857 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1855 def ok @ok end |
#realms ⇒ Object
Returns the value of attribute realms.
1876 1877 1878 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1876 def realms @realms end |
#sid ⇒ Object
Returns the value of attribute sid.
1879 1880 1881 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1879 def sid @sid end |
#token ⇒ Object
Returns the value of attribute token.
1877 1878 1879 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1877 def token @token end |
#type ⇒ Object
Returns the value of attribute type.
1880 1881 1882 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1880 def type @type end |
#user ⇒ Object
Returns the value of attribute user.
1874 1875 1876 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1874 def user @user end |