Class: MintPress::OracleWeblogic::LDAPAuthenticator
- Inherits:
-
GenericMbean
- Object
- GenericMbean
- MintPress::OracleWeblogic::LDAPAuthenticator
- Includes:
- MintLogger, Mixins::Properties, FancyNew, Utils
- Defined in:
- src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_67.rb
Overview
Properties (Read/Write)
-
#short_name ⇒ String (Default Value: 'AuthenticationProvider')
Property Attributes- default ⇒ 'AuthenticationProvider'
17
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 17 property :short_name, type: String, default: 'AuthenticationProvider'
-
#long_name ⇒ String (Default Value: 'AuthenticationProvider')
Property Attributes- default ⇒ 'AuthenticationProvider'
18
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 18 property :long_name, type: String, default: 'AuthenticationProvider'
-
#control_flag ⇒ String
"Returns how the login sequence uses the Authentication provider."
Property Attributes- short_name ⇒ "ControlFlag"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
29
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 29 property :ControlFlag, type: String, array: false, hash: false, short_name: "ControlFlag", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns how the login sequence uses the Authentication provider."
-
#enable_group_membership_lookup_hierarchy_caching ⇒ [TrueClass,FalseClass]
"Sets whether to cache group membership hierarchies found during recursive membership lookup."
Property Attributes- short_name ⇒ "EnableGroupMembershipLookupHierarchyCaching"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
42
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 42 property :EnableGroupMembershipLookupHierarchyCaching, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "EnableGroupMembershipLookupHierarchyCaching", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Sets whether to cache group membership hierarchies found during recursive membership lookup."
-
#group_hierarchy_cache_ttl ⇒ Integer
"Returns the maximum number of seconds a group membership hierarchy entry is valid in the LRU cache."
Property Attributes- short_name ⇒ "GroupHierarchyCacheTTL"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
44
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 44 property :GroupHierarchyCacheTTL, type: Integer, array: false, hash: false, short_name: "GroupHierarchyCacheTTL", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the maximum number of seconds a group membership hierarchy entry is valid in the LRU cache."
-
#max_group_hierarchies_in_cache ⇒ Integer
"Returns the maximum size of the LRU cache for holding group membership hierarchies if caching is enabled."
Property Attributes- short_name ⇒ "MaxGroupHierarchiesInCache"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
46
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 46 property :MaxGroupHierarchiesInCache, type: Integer, array: false, hash: false, short_name: "MaxGroupHierarchiesInCache", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the maximum size of the LRU cache for holding group membership hierarchies if caching is enabled."
-
#cache_size ⇒ Integer
"Returns the size of the cache in K."
Property Attributes- short_name ⇒ "CacheSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
48
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 48 property :CacheSize, type: Integer, array: false, hash: false, short_name: "CacheSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the size of the cache in K."
-
#cache_ttl ⇒ Integer
"Returns the time-to-live (TTL) of the cache in seconds."
Property Attributes- short_name ⇒ "CacheTTL"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
50
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 50 property :CacheTTL, type: Integer, array: false, hash: false, short_name: "CacheTTL", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the time-to-live (TTL) of the cache in seconds."
-
#connection_pool_size ⇒ Integer
"The LDAP connection pool size."
Property Attributes- short_name ⇒ "ConnectionPoolSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
52
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 52 property :ConnectionPoolSize, type: Integer, array: false, hash: false, short_name: "ConnectionPoolSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The LDAP connection pool size."
-
#connection_retry_limit ⇒ Integer
"Specifies the number of times to attempt to connect to the LDAP server\nif the initial connection failed."
Property Attributes- short_name ⇒ "ConnectionRetryLimit"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
55
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 55 property :ConnectionRetryLimit, type: Integer, array: false, hash: false, short_name: "ConnectionRetryLimit", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the number of times to attempt to connect to the LDAP server\nif the initial connection failed."
-
#connect_timeout ⇒ Integer
"Returns the maximum number of seconds to wait for the LDAP connection to be established."
Property Attributes- short_name ⇒ "ConnectTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
57
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 57 property :ConnectTimeout, type: Integer, array: false, hash: false, short_name: "ConnectTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the maximum number of seconds to wait for the LDAP connection to be established."
-
#credential ⇒ [Mint::Secret]
"The credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute."
Property Attributes- short_name ⇒ "Credential"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
59
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 59 property :Credential, type: [Mint::Secret], array: false, hash: false, short_name: "Credential", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The credential (generally a password) used to authenticate the LDAP user that is defined in the Principal attribute."
-
#host ⇒ String
"Returns the host name or IP address of the LDAP server."
Property Attributes- short_name ⇒ "Host"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
61
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 61 property :Host, type: String, array: false, hash: false, short_name: "Host", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the host name or IP address of the LDAP server."
-
#parallel_connect_delay ⇒ Integer
"Returns the number of seconds to delay when making concurrent attempts to connect to multiple servers."
Property Attributes- short_name ⇒ "ParallelConnectDelay"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
63
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 63 property :ParallelConnectDelay, type: Integer, array: false, hash: false, short_name: "ParallelConnectDelay", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the number of seconds to delay when making concurrent attempts to connect to multiple servers."
-
#port ⇒ Integer
"Returns the port number on which the LDAP server is listening."
Property Attributes- short_name ⇒ "Port"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
65
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 65 property :Port, type: Integer, array: false, hash: false, short_name: "Port", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the port number on which the LDAP server is listening."
-
#principal ⇒ String
"Returns the Distinguished Name (DN) of the LDAP user that is\nused by WebLogic Server to connect to the LDAP server."
Property Attributes- short_name ⇒ "Principal"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
68
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 68 property :Principal, type: String, array: false, hash: false, short_name: "Principal", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the Distinguished Name (DN) of the LDAP user that is\nused by WebLogic Server to connect to the LDAP server."
-
#results_time_limit ⇒ Integer
"Returns the maximum number of milliseconds to wait for results before timing out."
Property Attributes- short_name ⇒ "ResultsTimeLimit"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
70
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 70 property :ResultsTimeLimit, type: Integer, array: false, hash: false, short_name: "ResultsTimeLimit", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the maximum number of milliseconds to wait for results before timing out."
-
#bind_anonymously_on_referrals ⇒ [TrueClass,FalseClass]
"Returns whether to anonymously bind when following referrals within the LDAP directory."
Property Attributes- short_name ⇒ "BindAnonymouslyOnReferrals"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
72
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 72 property :BindAnonymouslyOnReferrals, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "BindAnonymouslyOnReferrals", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Returns whether to anonymously bind when following referrals within the LDAP directory."
-
#cache_enabled ⇒ [TrueClass,FalseClass]
"Returns whether to cache LDAP requests with the LDAP server."
Property Attributes- short_name ⇒ "CacheEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
74
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 74 property :CacheEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "CacheEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Returns whether to cache LDAP requests with the LDAP server."
-
#follow_referrals ⇒ [TrueClass,FalseClass]
"Returns whether referrals will automatically be followed within the LDAP Directory."
Property Attributes- short_name ⇒ "FollowReferrals"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
76
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 76 property :FollowReferrals, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "FollowReferrals", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Returns whether referrals will automatically be followed within the LDAP Directory."
-
#ssl_enabled ⇒ [TrueClass,FalseClass]
"Returns whether SSL will be used to connect to the LDAP server."
Property Attributes- short_name ⇒ "SSLEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
78
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 78 property :SSLEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "SSLEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Returns whether SSL will be used to connect to the LDAP server."
-
#propagate_cause_for_login_exception ⇒ [TrueClass,FalseClass]
"No description provided."
Property Attributes- short_name ⇒ "PropagateCauseForLoginException"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
82
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 82 property :PropagateCauseForLoginException, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PropagateCauseForLoginException", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "No description provided."
-
#all_groups_filter ⇒ String
"An LDAP search filter for finding all groups beneath the base group distinguished name (DN)."
Property Attributes- short_name ⇒ "AllGroupsFilter"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
87
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 87 property :AllGroupsFilter, type: String, array: false, hash: false, short_name: "AllGroupsFilter", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "An LDAP search filter for finding all groups beneath the base group distinguished name (DN)."
-
#all_users_filter ⇒ String
"An LDAP search filter for finding all users beneath the base user distinguished name (DN)."
Property Attributes- short_name ⇒ "AllUsersFilter"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
89
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 89 property :AllUsersFilter, type: String, array: false, hash: false, short_name: "AllUsersFilter", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "An LDAP search filter for finding all users beneath the base user distinguished name (DN)."
-
#dynamic_group_name_attribute ⇒ String
"The attribute of a dynamic LDAP group object that specifies the name of the group."
Property Attributes- short_name ⇒ "DynamicGroupNameAttribute"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
91
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 91 property :DynamicGroupNameAttribute, type: String, array: false, hash: false, short_name: "DynamicGroupNameAttribute", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The attribute of a dynamic LDAP group object that specifies the name of the group."
-
#dynamic_group_object_class ⇒ String
"The LDAP object class that stores dynamic groups."
Property Attributes- short_name ⇒ "DynamicGroupObjectClass"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
93
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 93 property :DynamicGroupObjectClass, type: String, array: false, hash: false, short_name: "DynamicGroupObjectClass", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The LDAP object class that stores dynamic groups."
-
#dynamic_member_url_attribute ⇒ String
"The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group."
Property Attributes- short_name ⇒ "DynamicMemberURLAttribute"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
95
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 95 property :DynamicMemberURLAttribute, type: String, array: false, hash: false, short_name: "DynamicMemberURLAttribute", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group."
-
#group_base_dn ⇒ String
"The base distinguished name (DN) of the tree in the LDAP directory that contains groups."
Property Attributes- short_name ⇒ "GroupBaseDN"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
97
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 97 property :GroupBaseDN, type: String, array: false, hash: false, short_name: "GroupBaseDN", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The base distinguished name (DN) of the tree in the LDAP directory that contains groups."
-
#group_from_name_filter ⇒ String
"An LDAP search filter for finding a group given the name of the group."
Property Attributes- short_name ⇒ "GroupFromNameFilter"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
99
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 99 property :GroupFromNameFilter, type: String, array: false, hash: false, short_name: "GroupFromNameFilter", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "An LDAP search filter for finding a group given the name of the group."
-
#group_membership_searching ⇒ String
"Specifies whether group searches into nested groups are unlimited or limited."
Property Attributes- short_name ⇒ "GroupMembershipSearching"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
101
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 101 property :GroupMembershipSearching, type: String, array: false, hash: false, short_name: "GroupMembershipSearching", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether group searches into nested groups are unlimited or limited."
-
#group_search_scope ⇒ String
"Specifies how deep in the LDAP directory tree to search for groups."
Property Attributes- short_name ⇒ "GroupSearchScope"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
103
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 103 property :GroupSearchScope, type: String, array: false, hash: false, short_name: "GroupSearchScope", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies how deep in the LDAP directory tree to search for groups."
-
#guid_attribute ⇒ String
"Specifies the name of the GUID attribute defined in the LDAP server that corresponds to the LDAP Authentication provider configured in the security realm."
Property Attributes- short_name ⇒ "GuidAttribute"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
105
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 105 property :GuidAttribute, type: String, array: false, hash: false, short_name: "GuidAttribute", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the name of the GUID attribute defined in the LDAP server that corresponds to the LDAP Authentication provider configured in the security realm."
-
#ignore_duplicate_membership ⇒ [TrueClass,FalseClass]
"Determines whether duplicate members are ignored when adding groups."
Property Attributes- short_name ⇒ "IgnoreDuplicateMembership"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
107
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 107 property :IgnoreDuplicateMembership, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "IgnoreDuplicateMembership", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Determines whether duplicate members are ignored when adding groups."
-
#max_group_membership_search_level ⇒ Integer
"Specifies how many levels of group membership can be searched."
Property Attributes- short_name ⇒ "MaxGroupMembershipSearchLevel"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
109
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 109 property :MaxGroupMembershipSearchLevel, type: Integer, array: false, hash: false, short_name: "MaxGroupMembershipSearchLevel", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies how many levels of group membership can be searched."
-
#static_group_d_nsfrom_member_dn_filter ⇒ String
"An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member."
Property Attributes- short_name ⇒ "StaticGroupDNsfromMemberDNFilter"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
113
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 113 property :StaticGroupDNsfromMemberDNFilter, type: String, array: false, hash: false, short_name: "StaticGroupDNsfromMemberDNFilter", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member."
-
#static_group_name_attribute ⇒ String
"The attribute of a static LDAP group object that specifies the name of the group."
Property Attributes- short_name ⇒ "StaticGroupNameAttribute"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
115
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 115 property :StaticGroupNameAttribute, type: String, array: false, hash: false, short_name: "StaticGroupNameAttribute", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The attribute of a static LDAP group object that specifies the name of the group."
-
#static_group_object_class ⇒ String
"The name of the LDAP object class that stores static groups."
Property Attributes- short_name ⇒ "StaticGroupObjectClass"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
117
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 117 property :StaticGroupObjectClass, type: String, array: false, hash: false, short_name: "StaticGroupObjectClass", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the LDAP object class that stores static groups."
-
#static_member_dn_attribute ⇒ String
"The attribute of a static LDAP group object that specifies the distinguished names (DNs) of the members of the group."
Property Attributes- short_name ⇒ "StaticMemberDNAttribute"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
119
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 119 property :StaticMemberDNAttribute, type: String, array: false, hash: false, short_name: "StaticMemberDNAttribute", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The attribute of a static LDAP group object that specifies the distinguished names (DNs) of the members of the group."
-
#user_base_dn ⇒ String
"The base distinguished name (DN) of the tree in the LDAP directory that contains users."
Property Attributes- short_name ⇒ "UserBaseDN"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
121
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 121 property :UserBaseDN, type: String, array: false, hash: false, short_name: "UserBaseDN", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The base distinguished name (DN) of the tree in the LDAP directory that contains users."
-
#user_dynamic_group_dn_attribute ⇒ String
"The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs."
Property Attributes- short_name ⇒ "UserDynamicGroupDNAttribute"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
123
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 123 property :UserDynamicGroupDNAttribute, type: String, array: false, hash: false, short_name: "UserDynamicGroupDNAttribute", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs."
-
#use_retrieved_user_name_as_principal ⇒ [TrueClass,FalseClass]
"Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject."
Property Attributes- short_name ⇒ "UseRetrievedUserNameAsPrincipal"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
125
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 125 property :UseRetrievedUserNameAsPrincipal, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseRetrievedUserNameAsPrincipal", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject."
-
#user_from_name_filter ⇒ String
"An LDAP search filter for finding a user given the name of the user."
Property Attributes- short_name ⇒ "UserFromNameFilter"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
127
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 127 property :UserFromNameFilter, type: String, array: false, hash: false, short_name: "UserFromNameFilter", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "An LDAP search filter for finding a user given the name of the user."
-
#user_name_attribute ⇒ String
"The attribute of an LDAP user object that specifies the name of the user."
Property Attributes- short_name ⇒ "UserNameAttribute"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
129
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 129 property :UserNameAttribute, type: String, array: false, hash: false, short_name: "UserNameAttribute", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The attribute of an LDAP user object that specifies the name of the user."
-
#user_object_class ⇒ String
"The LDAP object class that stores users."
Property Attributes- short_name ⇒ "UserObjectClass"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
131
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 131 property :UserObjectClass, type: String, array: false, hash: false, short_name: "UserObjectClass", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The LDAP object class that stores users."
-
#user_search_scope ⇒ String
"Specifies how deep in the LDAP directory tree to search for Users."
Property Attributes- short_name ⇒ "UserSearchScope"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
133
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 133 property :UserSearchScope, type: String, array: false, hash: false, short_name: "UserSearchScope", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies how deep in the LDAP directory tree to search for Users."
-
#keep_alive_enabled ⇒ [TrueClass,FalseClass]
"Specifies whether to prevent LDAP connections from timing out."
Property Attributes- short_name ⇒ "KeepAliveEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
135
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 135 property :KeepAliveEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "KeepAliveEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether to prevent LDAP connections from timing out."
-
#name ⇒ String (Default Value: "NO_NAME_0")
Property Attributes- default ⇒ "NO_NAME_0"
31
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/generic_mbean.rb', line 31 property :Name, type: String, default: "NO_NAME_0"
Properties (Read Only)
-
#version ⇒ String (Default Value: Proc.new { self.domain.version })
"The version number of the LDAP Authentication provider."
Property Attributes- default ⇒ Proc.new { self.domain.version }
- short_name ⇒ "Version"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
16
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 16 property :Version, type: String, array: false, hash: false, short_name: "Version", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The version number of the LDAP Authentication provider."
-
#name ⇒ String
"The name of this configuration."
Property Attributes- short_name ⇒ "Name"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
21
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 21 property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The name of this configuration."
-
#description ⇒ String
"A short description of the LDAP Authentication provider."
Property Attributes- short_name ⇒ "Description"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
23
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 23 property :Description, type: String, array: false, hash: false, short_name: "Description", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "A short description of the LDAP Authentication provider."
-
#realm ⇒ MintPress::OracleWeblogic::Realm
"Returns the realm that contains this security provider."
Property Attributes- short_name ⇒ "Realm"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
25
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 25 property :Realm, type: MintPress::OracleWeblogic::Realm, array: false, hash: false, short_name: "Realm", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "Returns the realm that contains this security provider."
-
#current_name ⇒ String
"getCurrentName(String cursor)\nThe name of the current item in the list."
Property Attributes- short_name ⇒ "CurrentName"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
32
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 32 property :CurrentName, type: String, array: false, hash: false, short_name: "CurrentName", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "getCurrentName(String cursor)\nThe name of the current item in the list."
-
#group_description ⇒ String
"getGroupDescription(String groupName)\nGets a group's description."
Property Attributes- short_name ⇒ "GroupDescription"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
35
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 35 property :GroupDescription, type: String, array: false, hash: false, short_name: "GroupDescription", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "getGroupDescription(String groupName)\nGets a group's description."
-
#member ⇒ [TrueClass,FalseClass]
"isMember(String parentGroupName,\nString memberUserOrGroupName,\nboolean recursive)\nIndicates whether a user or group is a member of the group that you specify."
Property Attributes- short_name ⇒ "Member"
- has_setter ⇒ false
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
40
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 40 property :Member, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "Member", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: "isMember(String parentGroupName,\nString memberUserOrGroupName,\nboolean recursive)\nIndicates whether a user or group is a member of the group that you specify."
-
#type ⇒ String (Default Value: 'weblogic.security.providers.authentication.LDAPAuthenticator')
"Type of authenticator"
Property Attributes- short_name ⇒ "Type"
- has_setter ⇒ false
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
- default ⇒ 'weblogic.security.providers.authentication.LDAPAuthenticator'
80
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 80 property :type, type: String, array: false, hash: false, short_name: "Type", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: "Type of authenticator", default: 'weblogic.security.providers.authentication.LDAPAuthenticator'
-
#user_description ⇒ String
"getUserDescription(String userName)\nGets a user's description."
Property Attributes- short_name ⇒ "UserDescription"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
85
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 85 property :UserDescription, type: String, array: false, hash: false, short_name: "UserDescription", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "getUserDescription(String userName)\nGets a user's description."
-
#provider_class_name ⇒ String
"The name of the Java class used to load the LDAP Authentication provider."
Property Attributes- short_name ⇒ "ProviderClassName"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
111
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/ldap_authenticator.rb', line 111 property :ProviderClassName, type: String, array: false, hash: false, short_name: "ProviderClassName", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The name of the Java class used to load the LDAP Authentication provider."
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
- #import_props_from_model ⇒ Object
-
#initialize(opts = {}) ⇒ LDAPAuthenticator
constructor
A new instance of LDAPAuthenticator.
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Methods included from Utils
#activate_list, #already_traversed, #announce_self, #bean_type, #build_activate_list, #clear_property_sheet_cache, #create_generic, #create_mbean_components, #delete, #destroy_generic, #empty_mbean?, #execute_script, #exists?, #fast_ls_all, #fast_ls_folder, #fast_ls_object, #fast_ls_object_map, #find_cluster, #find_runtime_path_in_rest, #find_server, #full_url, #get, #get_all_self_names, #get_identity, #get_local_wlst_session, #get_matching_self_names, #get_property_from_target, #get_property_from_target_rest, #get_property_from_target_wlst, #get_property_from_target_wlst_impl, #get_property_sheet, #get_rest_item, #get_rest_url_for_parent, #get_rest_url_for_self, #get_servers, #get_servers_rest, #get_servers_wlst, #get_wl_home, #globmatch?, #handle_create, #http_delete, #http_get, #http_post, #http_put, included, #invalidate_session, #is_meta_object?, #longclass, #massage_return, #mbean_components, #mbean_exists?, #mbean_lookup, #mbean_properties, #mbean_to_hash, #meta_list?, #my_short_name, #perform_method_generic, #perform_runtime_call_generic_rest, #perform_runtime_method_generic, #post, #raise_http_exception, #remove, #request_headers, #reset_activate_list, #rest_activate_change, #rest_create_generic, #rest_create_mbean_components, #rest_destroy_self, #rest_edit_url, #rest_has_changes, #rest_idempotent_create, #rest_locked, #rest_nonedit_url, #rest_start_change, #rest_undo_change, #runtime_introspection, #shortclass, #start_with_async, #state_with_net_ping, #stop_with_async, #to_nested, #wlst_cd_to, #wlst_create_generic, #wlst_destroy_self, #wlst_find_object, #wlst_find_parent_object, #wlst_generic_mbean_update_all, #wlst_idempotent_create, #wlst_update_mbean
Methods included from FancyNew
Methods inherited from GenericMbean
#create, #destroy, #is_generic, is_generic
Methods included from MBeanUtils
#assign_object_by_identity, #assign_object_by_identity_from, #bean_is_changed?, #dump_metadata, #dump_tree_metadata, #get_item_by_identity_name, #get_item_by_identity_name_from, #get_parent_by_identity_name, #harvest, #harvest_anew, #harvest_item_by_name, #harvest_item_by_type, #harvest_wlst, #harvesters, #harvesting, #longname, #lookup_mintpress_by_mbean, #mbean_by_url, #process_mbeans, #register_mbean_url