Class: MintPress::OracleWeblogic::NovellAuthenticator

Inherits:
GenericMbean
  • Object
show all
Includes:
MintLogger, Mixins::Properties, FancyNew, Utils
Defined in:
src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_79.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/novell_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/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    29
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    42
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    44
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    46
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    48
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    50
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    52
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    55
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    57
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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]
    "Returns the credential (generally a password) used to authenticate\nthe LDAP user that is defined in the Principal attribute."

    Property Attributes
    • short_name"Credential"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    60
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 60
    
    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: "Returns the credential (generally a password) used to authenticate\nthe 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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    62
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 62
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    64
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 64
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    66
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 66
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    69
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 69
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    71
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 71
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    73
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 73
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    75
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 75
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    77
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 77
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    79
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 79
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    83
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 83
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    88
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 88
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    90
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 90
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    92
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 92
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    94
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 94
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    96
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 96
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    98
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 98
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    100
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 100
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    102
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 102
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    104
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 104
    
    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 Novell Directory Services LDAP server."

    Property Attributes
    • short_name"GuidAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    106
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 106
    
    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 Novell Directory Services LDAP server."
  • #ignore_duplicate_membership ⇒ [TrueClass,FalseClass]
    "Determines whether duplicate members are ignored when adding groups."

    Property Attributes
    • short_name"IgnoreDuplicateMembership"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    108
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 108
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    110
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 110
    
    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 broups that contain that member."

    Property Attributes
    • short_name"StaticGroupDNsfromMemberDNFilter"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    114
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 114
    
    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 broups 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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    116
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 116
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    118
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 118
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    120
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 120
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    122
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 122
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    124
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 124
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    126
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 126
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    128
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 128
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    130
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 130
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    132
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 132
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    134
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 134
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    136
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 136
    
    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 })
    "Returns this security provider's version."

    Property Attributes
    • defaultProc.new { self.domain.version }
    • short_name"Version"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    16
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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: "Returns this security provider's version."
  • #name ⇒ String
    "The name of this configuration."

    Property Attributes
    • short_name"Name"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    21
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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
    "Returns a description of this security provider."

    Property Attributes
    • short_name"Description"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    23
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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: "Returns a description of this security provider."
  • #realm ⇒ MintPress::OracleWeblogic::Realm
    "Returns the realm that contains this security provider."

    Property Attributes
    • short_name"Realm"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    25
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    32
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    35
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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_setterfalse
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    40
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_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.NovellAuthenticator')
    "Type of authenticator"

    Property Attributes
    • short_name"Type"
    • has_setterfalse
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    • default'weblogic.security.providers.authentication.NovellAuthenticator'
    
    
    81
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 81
    
    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.NovellAuthenticator'
  • #user_description ⇒ String
    "getUserDescription(String userName)\nGets a user's description."

    Property Attributes
    • short_name"UserDescription"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    86
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 86
    
    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_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    112
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/novell_authenticator.rb', line 112
    
    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

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

included

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

Constructor Details

#initialize(opts = {}) ⇒ NovellAuthenticator

Returns a new instance of NovellAuthenticator.

Instance Method Details

#import_props_from_modelObject