Class: MintPress::OracleWeblogic::AuthenticationProvider

Inherits:
GenericMbean
  • Object
show all
Includes:
MintLogger, Mixins::Properties, FancyNew, Utils
Defined in:
src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_42.rb

Overview

No Description Provided

Properties (Read/Write)

  • #connection_properties ⇒ String
    "The JDBC driver specific connection parameters."

    Property Attributes
    • short_name"ConnectionProperties"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    39
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 39
    
    property :ConnectionProperties, type: String, array: false, hash: false, short_name: "ConnectionProperties", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The JDBC driver specific connection parameters."
  • #connection_url ⇒ String
    "The URL of the database to which to connect."

    Property Attributes
    • short_name"ConnectionURL"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    41
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 41
    
    property :ConnectionURL, type: String, array: false, hash: false, short_name: "ConnectionURL", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The URL of the database to which to connect."
  • #driver_name ⇒ String
    "The full package name of the JDBC driver class used to create the physical database connections in the\nconnection pool."

    Property Attributes
    • short_name"DriverName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    44
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 44
    
    property :DriverName, type: String, array: false, hash: false, short_name: "DriverName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The full package name of the JDBC driver class used to create the physical database connections in the\nconnection pool."
  • #jms_exception_reconnect_attempts ⇒ Integer
    "The number of times to attempt to reconnect if the JMS system notifies Kodo of a serious connection\nerror."

    Property Attributes
    • short_name"JMSExceptionReconnectAttempts"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    47
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 47
    
    property :JMSExceptionReconnectAttempts, type: Integer, array: false, hash: false, short_name: "JMSExceptionReconnectAttempts", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of times to attempt to reconnect if the JMS system notifies Kodo of a serious connection\nerror."
  • #jms_topic ⇒ String
    "The JMS topic to which the Kodo remote commit provider should publish notifications and subscribe\nfor notifications sent from other JVMs."

    Property Attributes
    • short_name"JMSTopic"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    50
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 50
    
    property :JMSTopic, type: String, array: false, hash: false, short_name: "JMSTopic", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The JMS topic to which the Kodo remote commit provider should publish notifications and subscribe\nfor notifications sent from other JVMs."
  • #jms_topic_connection_factory ⇒ String
    "The JNDI name of a javax.jms.TopicConnectionFactory instance to use for finding JMS topics."

    Property Attributes
    • short_name"JMSTopicConnectionFactory"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    52
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 52
    
    property :JMSTopicConnectionFactory, type: String, array: false, hash: false, short_name: "JMSTopicConnectionFactory", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The JNDI name of a javax.jms.TopicConnectionFactory instance to use for finding JMS topics."
  • #jndi_password ⇒ [Mint::Secret]
    "The password to authenticate the user defined in the JNDIUsername attribute for Kodo notification."

    Property Attributes
    • short_name"JNDIPassword"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    54
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 54
    
    property :JNDIPassword, type: [Mint::Secret], array: false, hash: false, short_name: "JNDIPassword", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The password to authenticate the user defined in the JNDIUsername attribute for Kodo notification."
  • #jndi_username ⇒ String
    "The JNDI user name used for Kodo notification."

    Property Attributes
    • short_name"JNDIUsername"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    56
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 56
    
    property :JNDIUsername, type: String, array: false, hash: false, short_name: "JNDIUsername", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The JNDI user name used for Kodo notification."
  • #notification_properties ⇒ String
    "The comma-delimited list of key-value properties to pass to the JNDI InitialContext on construction,\nin the form of xxKey=xxValue, xxKey=xxValue."

    Property Attributes
    • short_name"NotificationProperties"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    59
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 59
    
    property :NotificationProperties, type: String, array: false, hash: false, short_name: "NotificationProperties", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The comma-delimited list of key-value properties to pass to the JNDI InitialContext on construction,\nin the form of xxKey=xxValue, xxKey=xxValue."
  • #password ⇒ [Mint::Secret]
    "The password for the user specified in the Username attribute for connecting\nto the datastore."

    Property Attributes
    • short_name"Password"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    62
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 62
    
    property :Password, type: [Mint::Secret], array: false, hash: false, short_name: "Password", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The password for the user specified in the Username attribute for connecting\nto the datastore."
  • #username ⇒ String
    "The username to use when connecting to the datastore."

    Property Attributes
    • short_name"Username"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    86
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 86
    
    property :Username, type: String, array: false, hash: false, short_name: "Username", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The username to use when connecting to the datastore."
  • #control_flag ⇒ String
    "Returns how the login sequence uses the Authentication provider.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"

    Property Attributes
    • short_name"ControlFlag"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    149
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 149
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"
  • #type ⇒ String
    "Required Immutable Parameter for create function\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"

    Property Attributes
    
    
    171
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 171
    
    property :type, type: String, description: "Required Immutable Parameter for create function\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"
  • #bad_domain_controller_retry ⇒ String
    "Determines how the provider reacts when a bad domain controller name is found.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"BadDomainControllerRetry"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    255
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 255
    
    property :BadDomainControllerRetry, type: String, array: false, hash: false, short_name: "BadDomainControllerRetry", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Determines how the provider reacts when a bad domain controller         name is found.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #bad_domain_controller_retry_interval ⇒ Integer
    "This time to wait when a bad domain controller name is found before trying to use the domain controller again.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"BadDomainControllerRetryInterval"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    258
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 258
    
    property :BadDomainControllerRetryInterval, type: Integer, array: false, hash: false, short_name: "BadDomainControllerRetryInterval", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "This time to wait when a bad domain controller name is found before         trying to use the domain controller again.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #domain_controller_list ⇒ Array of ⇒ String
    "A list of the domain controllers used for locating unscoped usernames during authentication, listing users/groups, and handling unscoped names.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"DomainControllerList"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    261
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 261
    
    property :DomainControllerList, type: String, array: true, hash: false, short_name: "DomainControllerList", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A list of the domain controllers used for locating unscoped         usernames during authentication, listing users/groups, and handling         unscoped names.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #domain_controllers ⇒ String
    "The domain controllers used for locating unscoped usernames during authentication, listing users/groups, and handling unscoped names.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"DomainControllers"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    264
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 264
    
    property :DomainControllers, type: String, array: false, hash: false, short_name: "DomainControllers", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The domain controllers used for locating unscoped usernames during         authentication, listing users/groups, and handling unscoped names.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #logon_type ⇒ String
    "Specifies whether the logon process should use Network or Interactive logon.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"LogonType"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    267
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 267
    
    property :LogonType, type: String, array: false, hash: false, short_name: "LogonType", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the logon process should use Network or         Interactive logon.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #map_nt_domain_name ⇒ String
    "Specifies whether the Windows NT domain information should be placed into principal names during authentication.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"MapNTDomainName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    270
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 270
    
    property :MapNTDomainName, type: String, array: false, hash: false, short_name: "MapNTDomainName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the Windows NT domain information should be         placed into principal names during authentication.\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #map_upn_names ⇒ String
    "Indicates how the Windows NT Authentication provider should map UPN-style names for authentication (meaning will username@domain be used).\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"MapUPNNames"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    273
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 273
    
    property :MapUPNNames, type: String, array: false, hash: false, short_name: "MapUPNNames", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Indicates how the Windows NT Authentication provider should map         UPN-style names for authentication (meaning will username@domain be         used).\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #enable_group_membership_lookup_hierarchy_caching ⇒ [TrueClass,FalseClass]
    "Sets whether to cache group membership hierarchies found during recursive membership lookup.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"EnableGroupMembershipLookupHierarchyCaching"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    287
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 287
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #group_hierarchy_cache_ttl ⇒ Integer
    "Returns the maximum number of seconds a group membership hierarchy entry is valid in the LRU cache.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"GroupHierarchyCacheTTL"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    301
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 301
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #max_group_hierarchies_in_cache ⇒ Integer
    "Returns the maximum size of the LRU cache for holding group membership hierarchies if caching is enabled.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"MaxGroupHierarchiesInCache"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    315
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 315
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #data_source_name ⇒ String
    "The name of the JDBC data source used for database access.\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"DataSourceName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    321
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 321
    
    property :DataSourceName, type: String, array: false, hash: false, short_name: "DataSourceName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the JDBC data source used for database access.\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #group_membership_searching ⇒ String
    "Specifies whether group searches into nested groups are unlimited or limited.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"GroupMembershipSearching"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    335
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 335
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #max_group_membership_search_level ⇒ Integer
    "Specifies how many levels of group membership can be searched.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"MaxGroupMembershipSearchLevel"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    349
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 349
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #plaintext_passwords_enabled ⇒ [TrueClass,FalseClass]
    "Indicates whether plaintext passwords are allowed to be used.\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"PlaintextPasswordsEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    355
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 355
    
    property :PlaintextPasswordsEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PlaintextPasswordsEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether plaintext passwords are allowed to be used.\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #descriptions_supported ⇒ [TrueClass,FalseClass]
    "Indicates whether user and group descriptions are supported by the database used by the authentication provider.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"DescriptionsSupported"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    359
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 359
    
    property :DescriptionsSupported, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "DescriptionsSupported", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether user and group descriptions are supported by the         database used by the authentication provider.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_get_group_description ⇒ String
    "The SQL statement used to retrieve the description of a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLGetGroupDescription"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    363
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 363
    
    property :SQLGetGroupDescription, type: String, array: false, hash: false, short_name: "SQLGetGroupDescription", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to retrieve the description of a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_get_user_description ⇒ String
    "The SQL statement used to retrieve the description of a specific user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLGetUserDescription"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    367
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 367
    
    property :SQLGetUserDescription, type: String, array: false, hash: false, short_name: "SQLGetUserDescription", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to retrieve the description of a specific         user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_get_users_password ⇒ String
    "The SQL statement used to look up a user's password.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLGetUsersPassword"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    371
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 371
    
    property :SQLGetUsersPassword, type: String, array: false, hash: false, short_name: "SQLGetUsersPassword", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to look up a user's password.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_group_exists ⇒ String
    "The SQL statement used to look up a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLGroupExists"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    375
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 375
    
    property :SQLGroupExists, type: String, array: false, hash: false, short_name: "SQLGroupExists", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to look up a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_is_member ⇒ String
    "The SQL statement used to look up members of a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLIsMember"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    379
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 379
    
    property :SQLIsMember, type: String, array: false, hash: false, short_name: "SQLIsMember", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to look up members of a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_list_groups ⇒ String
    "The SQL statement used to retrieve group names that match a wildcard The SQL statement requires a single parameter for the wildcarded group name and return a resultSet containing matching group names\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLListGroups"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    383
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 383
    
    property :SQLListGroups, type: String, array: false, hash: false, short_name: "SQLListGroups", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to retrieve group names that match a         wildcard The SQL statement requires a single parameter for the         wildcarded group name and return a resultSet containing matching group         names\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_list_member_groups ⇒ String
    "The SQL statement used to look up the groups a user or group is a member of.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLListMemberGroups"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    387
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 387
    
    property :SQLListMemberGroups, type: String, array: false, hash: false, short_name: "SQLListMemberGroups", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to look up the groups a user or group is a         member of.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_list_users ⇒ String
    "The SQL statement used to retrieve users that match a particular wildcard search The SQL statement requires a single parameter for the wildcarded usernames and returns a resultSet containing matching usernames\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLListUsers"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    391
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 391
    
    property :SQLListUsers, type: String, array: false, hash: false, short_name: "SQLListUsers", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to retrieve users that match a particular         wildcard search The SQL statement requires a single parameter for the         wildcarded usernames and returns a resultSet containing matching         usernames\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #sql_user_exists ⇒ String
    "The SQL statement used to look up a user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"

    Property Attributes
    • short_name"SQLUserExists"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    395
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 395
    
    property :SQLUserExists, type: String, array: false, hash: false, short_name: "SQLUserExists", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to look up a user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'"
  • #cache_size ⇒ Integer
    "Returns the size of the cache in K.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"CacheSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    405
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 405
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #cache_ttl ⇒ Integer
    "Returns the time-to-live (TTL) of the cache in seconds.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"CacheTTL"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    415
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 415
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #connection_pool_size ⇒ Integer
    "The LDAP connection pool size.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"ConnectionPoolSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    425
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 425
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #connection_retry_limit ⇒ Integer
    "Specifies the number of times to attempt to connect to the LDAP server\nif the initial connection failed.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"ConnectionRetryLimit"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    436
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 436
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #connect_timeout ⇒ Integer
    "Returns the maximum number of seconds to wait for the LDAP connection to be established.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"ConnectTimeout"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    446
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 446
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #credential ⇒ [Mint::Secret]
    "Returns the credential (generally a password) used to authenticate\nthe LDAP user that is defined in the Principal attribute.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"Credential"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    457
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 457
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #host ⇒ String
    "Returns the host name or IP address of the LDAP server.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"Host"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    467
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 467
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #parallel_connect_delay ⇒ Integer
    "Returns the number of seconds to delay when making concurrent attempts to connect to multiple servers.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"ParallelConnectDelay"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    477
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 477
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #port ⇒ Integer
    "Returns the port number on which the LDAP server is listening.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"Port"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    487
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 487
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #principal ⇒ String
    "Returns the Distinguished Name (DN) of the LDAP user that is\nused by WebLogic Server to connect to the LDAP server.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"Principal"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    498
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 498
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #results_time_limit ⇒ Integer
    "Returns the maximum number of milliseconds to wait for results before timing out.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"ResultsTimeLimit"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    508
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 508
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #bind_anonymously_on_referrals ⇒ [TrueClass,FalseClass]
    "Returns whether to anonymously bind when following referrals within the LDAP directory.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"BindAnonymouslyOnReferrals"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    518
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 518
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #cache_enabled ⇒ [TrueClass,FalseClass]
    "Returns whether to cache LDAP requests with the LDAP server.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"CacheEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    528
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 528
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #follow_referrals ⇒ [TrueClass,FalseClass]
    "Returns whether referrals will automatically be followed within the LDAP Directory.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"FollowReferrals"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    538
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 538
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #ssl_enabled ⇒ [TrueClass,FalseClass]
    "Returns whether SSL will be used to connect to the LDAP server.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"SSLEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    548
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 548
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #propagate_cause_for_login_exception ⇒ [TrueClass,FalseClass]
    "No description provided.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"PropagateCauseForLoginException"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    559
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 559
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #all_groups_filter ⇒ String
    "An LDAP search filter for finding all groups beneath the base group distinguished name (DN).\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"AllGroupsFilter"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    568
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 568
    
    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).\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #all_users_filter ⇒ String
    "An LDAP search filter for finding all users beneath the base user distinguished name (DN).\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"AllUsersFilter"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    577
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 577
    
    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).\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #dynamic_group_name_attribute ⇒ String
    "The attribute of a dynamic LDAP group object that specifies the name of the group.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"DynamicGroupNameAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    586
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 586
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #dynamic_group_object_class ⇒ String
    "The LDAP object class that stores dynamic groups.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"DynamicGroupObjectClass"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    595
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 595
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #dynamic_member_url_attribute ⇒ String
    "The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"DynamicMemberURLAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    604
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 604
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #group_base_dn ⇒ String
    "The attribute of an LDAP user object that specifies the Distinguished Names (DNs) of dynamic groups to which the user belongs.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"GroupBaseDN"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    613
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 613
    
    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 attribute of an LDAP user object that specifies the         Distinguished Names (DNs) of dynamic groups to which the user         belongs.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #group_from_name_filter ⇒ String
    "LDAP search filter for finding a group given the name of the group.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"GroupFromNameFilter"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    622
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 622
    
    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: "LDAP search filter for finding a group given the name of the group.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #group_search_scope ⇒ String
    "Specifies how deep in the LDAP directory tree to search for groups.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"GroupSearchScope"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    631
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 631
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #guid_attribute ⇒ String
    "Specifies the name of the GUID attribute defined in the Active Directory LDAP server.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"GuidAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    640
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 640
    
    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 Active Directory LDAP server.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #ignore_duplicate_membership ⇒ [TrueClass,FalseClass]
    "Determines whether duplicate members are ignored when adding groups.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"IgnoreDuplicateMembership"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    649
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 649
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"StaticGroupDNsfromMemberDNFilter"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    658
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 658
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #static_group_name_attribute ⇒ String
    "The attribute of a static LDAP group object that specifies the name of the group.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"StaticGroupNameAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    667
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 667
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #static_group_object_class ⇒ String
    "The name of the LDAP object class that stores static groups.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"StaticGroupObjectClass"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    676
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 676
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #static_member_dn_attribute ⇒ String
    "The attribute of the LDAP static group object that specifies the distinguished names (DNs) of the members of the group.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"StaticMemberDNAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    685
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 685
    
    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 the LDAP static group object that specifies the         distinguished names (DNs) of the members of the group.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #user_base_dn ⇒ String
    "The base Distinguished Name (DN) of the tree in the LDAP directory that contains users.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"UserBaseDN"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    694
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 694
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"UserDynamicGroupDNAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    703
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 703
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"UseRetrievedUserNameAsPrincipal"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    713
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 713
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #user_from_name_filter ⇒ String
    "LDAP search filter for finding a user given the name of the user.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"UserFromNameFilter"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    722
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 722
    
    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: "LDAP search filter for finding a user given the name of the user.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #user_name_attribute ⇒ String
    "The attribute of the LDAP User object that specifies the name of the user.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"UserNameAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    731
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 731
    
    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 the LDAP User object that specifies the name of the         user.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #user_object_class ⇒ String
    "The name of the LDAP object class that stores users.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"UserObjectClass"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    740
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 740
    
    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 name of the LDAP object class that stores users.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #user_search_scope ⇒ String
    "Specifies how deep in the LDAP directory tree to search for Users.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"UserSearchScope"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    749
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 749
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #keep_alive_enabled ⇒ [TrueClass,FalseClass]
    "Specifies whether to prevent LDAP connections from timing out.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"

    Property Attributes
    • short_name"KeepAliveEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    759
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 759
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'"
  • #active_types ⇒ Array of ⇒ String
    "The token types that are currently active.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'"

    Property Attributes
    • short_name"ActiveTypes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    766
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 766
    
    property :ActiveTypes, type: String, array: true, hash: false, short_name: "ActiveTypes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The token types that are currently active.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'"
  • #base64_decoding_required ⇒ [TrueClass,FalseClass]
    "Returns whether the tokens that are passed to the Identity Assertion provider\nwill be base64 decoded first.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'"

    Property Attributes
    • short_name"Base64DecodingRequired"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    774
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 774
    
    property :Base64DecodingRequired, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "Base64DecodingRequired", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns whether the tokens that are passed to the Identity Assertion provider\nwill be base64 decoded first.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'"
  • #assertion_consumer_ur_is ⇒ Array of ⇒ String
    "Consumer URIs to listen on.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"AssertionConsumerURIs"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    804
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 804
    
    property :AssertionConsumerURIs, type: String, array: true, hash: false, short_name: "AssertionConsumerURIs", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Consumer URIs to listen on.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #minimum_parser_pool_size ⇒ Integer
    "The minimum number of parsers to maintain in the parser pool.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"MinimumParserPoolSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    807
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 807
    
    property :MinimumParserPoolSize, type: Integer, array: false, hash: false, short_name: "MinimumParserPoolSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The minimum number of parsers to maintain in the parser pool.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #name_mapper_class_name ⇒ String
    "The name of the Java class that maps SAML Assertion name information to local Subjects.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"NameMapperClassName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    810
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 810
    
    property :NameMapperClassName, type: String, array: false, hash: false, short_name: "NameMapperClassName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the Java class that maps SAML Assertion name         information to local Subjects.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #used_assertion_cache_class_name ⇒ String
    "The class that implements persistent storage for the POST profile used assertion cache.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"UsedAssertionCacheClassName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    813
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 813
    
    property :UsedAssertionCacheClassName, type: String, array: false, hash: false, short_name: "UsedAssertionCacheClassName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The class that implements persistent storage for the POST profile         used assertion cache.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #artifact_enabled ⇒ [TrueClass,FalseClass]
    "Enable ARTIFACT profile.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"ArtifactEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    816
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 816
    
    property :ArtifactEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ArtifactEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enable ARTIFACT profile.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #enforce_one_use_policy ⇒ [TrueClass,FalseClass]
    "Enforce a one-use policy for POST profile assertions.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"EnforceOneUsePolicy"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    819
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 819
    
    property :EnforceOneUsePolicy, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "EnforceOneUsePolicy", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enforce a one-use policy for POST profile assertions.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #post_enabled ⇒ [TrueClass,FalseClass]
    "Enable POST profile.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"PostEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    822
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 822
    
    property :PostEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PostEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enable POST profile.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #recipient_check_enabled ⇒ [TrueClass,FalseClass]
    "When true, the recipient of the SAML Response must match the URL in the HTTP Request\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"RecipientCheckEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    825
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 825
    
    property :RecipientCheckEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RecipientCheckEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "When true, the recipient of the SAML Response must match the URL in         the HTTP Request\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #form_based_negotiation_enabled ⇒ [TrueClass,FalseClass]
    "Indicates whether the Negotiate Identity Asserter and filter should negotiate when a webapp is configured for FORM auth.\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'"

    Property Attributes
    • short_name"FormBasedNegotiationEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    828
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 828
    
    property :FormBasedNegotiationEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "FormBasedNegotiationEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether the Negotiate Identity Asserter and filter should negotiate when a webapp is configured for FORM auth.\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'"
  • #default_user_name_mapper_attribute_delimiter ⇒ String
    "The delimiter that ends the attribute value when mapping from the X.509 certificate or X.500 name token to the WebLogic user name.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"DefaultUserNameMapperAttributeDelimiter"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    831
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 831
    
    property :DefaultUserNameMapperAttributeDelimiter, type: String, array: false, hash: false, short_name: "DefaultUserNameMapperAttributeDelimiter", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The delimiter that ends the attribute value when mapping from the         X.509 certificate or X.500 name token to the WebLogic user name.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #default_user_name_mapper_attribute_type ⇒ String
    "The name of the attribute from the subject DN to use when mapping from the X.509 certificate or X.500 name token to the WebLogic user name.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"DefaultUserNameMapperAttributeType"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    834
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 834
    
    property :DefaultUserNameMapperAttributeType, type: String, array: false, hash: false, short_name: "DefaultUserNameMapperAttributeType", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the attribute from the subject DN to use when mapping         from the X.509 certificate or X.500 name token to the WebLogic user         name.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #digest_data_source_name ⇒ String
    "The name of the data source to use for storage digest values.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"DigestDataSourceName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    837
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 837
    
    property :DigestDataSourceName, type: String, array: false, hash: false, short_name: "DigestDataSourceName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the data source to use for storage digest values.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #digest_expiration_time_period ⇒ Integer
    "Determines how long digests are valid.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"DigestExpirationTimePeriod"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    840
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 840
    
    property :DigestExpirationTimePeriod, type: Integer, array: false, hash: false, short_name: "DigestExpirationTimePeriod", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Determines how long digests are valid.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #trusted_client_principals ⇒ Array of ⇒ String
    "The list of trusted client principals to use in CSI v2 identity assertion.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"TrustedClientPrincipals"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    843
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 843
    
    property :TrustedClientPrincipals, type: String, array: true, hash: false, short_name: "TrustedClientPrincipals", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The list of trusted client principals to use in CSI v2 identity         assertion.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #user_name_mapper_class_name ⇒ String
    "The name of the Java class that maps X.509 digital certificates and X.501 distinguished names to WebLogic user names.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"UserNameMapperClassName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    846
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 846
    
    property :UserNameMapperClassName, type: String, array: false, hash: false, short_name: "UserNameMapperClassName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the Java class that maps X.509 digital certificates and         X.501 distinguished names to WebLogic user names.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #digest_replay_detection_enabled ⇒ [TrueClass,FalseClass]
    "Enables the storage of the digest nonce values used to detect replay attacks.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"DigestReplayDetectionEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    849
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 849
    
    property :DigestReplayDetectionEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "DigestReplayDetectionEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables the storage of the digest nonce values used to detect         replay attacks.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #use_default_user_name_mapper ⇒ [TrueClass,FalseClass]
    "Uses the user name mapping class provided by WebLogic Server.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"UseDefaultUserNameMapper"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    852
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 852
    
    property :UseDefaultUserNameMapper, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseDefaultUserNameMapper", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Uses the user name mapping class provided by WebLogic Server.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #virtual_user_allowed ⇒ [TrueClass,FalseClass]
    "Determines whether to authenticate Weblogic Server users accessing via identity assertion, which are not represented in the security store.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"

    Property Attributes
    • short_name"VirtualUserAllowed"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    855
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 855
    
    property :VirtualUserAllowed, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "VirtualUserAllowed", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Determines whether to authenticate Weblogic Server users accessing via identity assertion,            which are not represented in the security store.\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'"
  • #certificate_attribute ⇒ String
    "The name of the LDAP attribute representing the user's identity.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'"

    Property Attributes
    • short_name"CertificateAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    858
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 858
    
    property :CertificateAttribute, type: String, array: false, hash: false, short_name: "CertificateAttribute", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the LDAP attribute representing the user's identity.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'"
  • #certificate_mapping ⇒ String
    "Mapping of certificate attributes to directory attributes.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'"

    Property Attributes
    • short_name"CertificateMapping"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    861
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 861
    
    property :CertificateMapping, type: String, array: false, hash: false, short_name: "CertificateMapping", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Mapping of certificate attributes to directory attributes.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'"
  • #user_filter_attributes ⇒ Array of ⇒ String
    "The name of the certificate attribute from the subject DN used to find the user in the directory.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'"

    Property Attributes
    • short_name"UserFilterAttributes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    864
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 864
    
    property :UserFilterAttributes, type: String, array: true, hash: false, short_name: "UserFilterAttributes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the certificate attribute from the subject DN used to find the user in the directory.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'"
  • #username_attribute ⇒ String
    "The name of the LDAP attribute used to assert the user's identity.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'"

    Property Attributes
    • short_name"UsernameAttribute"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    867
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 867
    
    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 name of the LDAP attribute used to assert the user's identity.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'"
  • #password_algorithm ⇒ String
    "The message digest algorithm used to hash passwords for storage.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"PasswordAlgorithm"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    870
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 870
    
    property :PasswordAlgorithm, type: String, array: false, hash: false, short_name: "PasswordAlgorithm", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The message digest algorithm used to hash passwords for storage.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #password_style ⇒ String
    "Indicates the password style that is used when storing passwords for users that are created and for changing the user's password if Password Style Retained is disabled.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"PasswordStyle"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    873
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 873
    
    property :PasswordStyle, type: String, array: false, hash: false, short_name: "PasswordStyle", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Indicates the password style that is used when storing passwords         for users that are created and for changing the user's password if         Password Style Retained is disabled.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_add_member_to_group ⇒ String
    "The SQL statement used to add a specific member to a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLAddMemberToGroup"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    876
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 876
    
    property :SQLAddMemberToGroup, type: String, array: false, hash: false, short_name: "SQLAddMemberToGroup", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to add a specific member to a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_create_group ⇒ String
    "The SQL statement used to create a new group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLCreateGroup"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    879
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 879
    
    property :SQLCreateGroup, type: String, array: false, hash: false, short_name: "SQLCreateGroup", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to create a new group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_create_user ⇒ String
    "The SQL statement used to create a new user record.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLCreateUser"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    882
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 882
    
    property :SQLCreateUser, type: String, array: false, hash: false, short_name: "SQLCreateUser", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to create a new user record.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_list_group_members ⇒ String
    "The SQL statement used to list groups that have a group name with a list of wildcarded member names.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLListGroupMembers"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    885
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 885
    
    property :SQLListGroupMembers, type: String, array: false, hash: false, short_name: "SQLListGroupMembers", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to list groups that have a group name with a         list of wildcarded member names.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_remove_group ⇒ String
    "The SQL statement used to remove a member from a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLRemoveGroup"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    888
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 888
    
    property :SQLRemoveGroup, type: String, array: false, hash: false, short_name: "SQLRemoveGroup", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to remove a member from a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_remove_group_member ⇒ String
    "The SQL statement used to remove a member from a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLRemoveGroupMember"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    891
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 891
    
    property :SQLRemoveGroupMember, type: String, array: false, hash: false, short_name: "SQLRemoveGroupMember", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to remove a member from a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_remove_group_memberships ⇒ String
    "The SQL statement used to delete a group member (either a user or group) from all groups to which it belongs.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLRemoveGroupMemberships"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    894
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 894
    
    property :SQLRemoveGroupMemberships, type: String, array: false, hash: false, short_name: "SQLRemoveGroupMemberships", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to delete a group member (either a user or         group) from all groups to which it belongs.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_remove_member_from_group ⇒ String
    "The SQL statement used to remove a member from a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLRemoveMemberFromGroup"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    897
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 897
    
    property :SQLRemoveMemberFromGroup, type: String, array: false, hash: false, short_name: "SQLRemoveMemberFromGroup", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to remove a member from a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_remove_user ⇒ String
    "The SQL statement used for deleting a user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLRemoveUser"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    900
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 900
    
    property :SQLRemoveUser, type: String, array: false, hash: false, short_name: "SQLRemoveUser", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used for deleting a user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_set_group_description ⇒ String
    "The SQL statement used to specify a description for a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLSetGroupDescription"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    903
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 903
    
    property :SQLSetGroupDescription, type: String, array: false, hash: false, short_name: "SQLSetGroupDescription", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to specify a description for a group.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_set_user_description ⇒ String
    "The SQL statement used to specify description for a user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLSetUserDescription"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    906
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 906
    
    property :SQLSetUserDescription, type: String, array: false, hash: false, short_name: "SQLSetUserDescription", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to specify description for a user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #sql_set_user_password ⇒ String
    "The SQL statement used to set the password for a user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"SQLSetUserPassword"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    909
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 909
    
    property :SQLSetUserPassword, type: String, array: false, hash: false, short_name: "SQLSetUserPassword", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The SQL statement used to set the password for a user.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #password_style_retained ⇒ [TrueClass,FalseClass]
    "Controls how a password is stored in the database when updating an existing user's password.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"

    Property Attributes
    • short_name"PasswordStyleRetained"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    912
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 912
    
    property :PasswordStyleRetained, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PasswordStyleRetained", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Controls how a password is stored in the database when updating an         existing user's password.\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'"
  • #group_from_user_filter_for_memberuid ⇒ String
    "This field is used when the UseMemberuidForGroupSearch field is checked.\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'"

    Property Attributes
    • short_name"GroupFromUserFilterForMemberuid"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    915
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 915
    
    property :GroupFromUserFilterForMemberuid, type: String, array: false, hash: false, short_name: "GroupFromUserFilterForMemberuid", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "This field is used when the UseMemberuidForGroupSearch field is checked.\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'"
  • #use_memberuid_for_group_search ⇒ [TrueClass,FalseClass]
    "Boolean value that indicates whether to use memberuid attribute of the group entry to lookup groups of a user instead of using the member or uniqueMember attributes to lookup groups.\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'"

    Property Attributes
    • short_name"UseMemberuidForGroupSearch"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    918
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 918
    
    property :UseMemberuidForGroupSearch, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseMemberuidForGroupSearch", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Boolean value that indicates whether to use memberuid attribute of the group entry to lookup groups of a user instead             of using the member or uniqueMember attributes to lookup groups.\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'"
  • #plugin_class_name ⇒ String
    "getPluginClassName()\nSpecifies the name of a class that implements the weblogic.security.providers.authentication.CustomDBMSAuthenticatorPlugin interface.\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'"

    Property Attributes
    • short_name"PluginClassName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    922
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 922
    
    property :PluginClassName, type: String, array: false, hash: false, short_name: "PluginClassName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "getPluginClassName()\nSpecifies the name of a class that implements the         weblogic.security.providers.authentication.CustomDBMSAuthenticatorPlugin         interface.\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'"
  • #minimum_password_length ⇒ Integer
    "The minimum number of characters required in a password.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'"

    Property Attributes
    • short_name"MinimumPasswordLength"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    932
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 932
    
    property :MinimumPasswordLength, type: Integer, array: false, hash: false, short_name: "MinimumPasswordLength", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The minimum number of characters required in a password.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'"
  • #password_digest_enabled ⇒ [TrueClass,FalseClass]
    "Enables the storage of password information required to support Web Services Security Password Digest and other digest authentication algorithms.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'"

    Property Attributes
    • short_name"PasswordDigestEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    935
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 935
    
    property :PasswordDigestEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PasswordDigestEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables the storage of password information required to support Web         Services Security Password Digest and other digest authentication         algorithms.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'"
  • #enable_si_dto_group_lookup_caching ⇒ [TrueClass,FalseClass]
    "Boolean value that indicates whether SID to group name lookup results are cached or not.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'"

    Property Attributes
    • short_name"EnableSIDtoGroupLookupCaching"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    938
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 938
    
    property :EnableSIDtoGroupLookupCaching, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "EnableSIDtoGroupLookupCaching", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Boolean value that indicates whether SID to group name lookup results are cached or not.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'"
  • #max_sid_to_group_lookups_in_cache ⇒ Integer
    "The maximum size of the LRU cache for holding SID to group lookups if caching of SID to group name mappings is enabled and if the tokenGroups group membership lookup is enabled.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'"

    Property Attributes
    • short_name"MaxSIDToGroupLookupsInCache"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    941
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 941
    
    property :MaxSIDToGroupLookupsInCache, type: Integer, array: false, hash: false, short_name: "MaxSIDToGroupLookupsInCache", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum size of the LRU cache for holding SID to group lookups if caching of                  SID to group name mappings is enabled and if the tokenGroups group membership                  lookup is enabled.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'"
  • #use_token_groups_for_group_membership_lookup ⇒ [TrueClass,FalseClass]
    "Boolean value that indicates whether to use TokenGroups attribute lookup algorithm instead of the standard recursive group membership lookup algorithm.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'"

    Property Attributes
    • short_name"UseTokenGroupsForGroupMembershipLookup"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    944
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 944
    
    property :UseTokenGroupsForGroupMembershipLookup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseTokenGroupsForGroupMembershipLookup", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Boolean value that indicates whether to use TokenGroups attribute lookup algorithm instead                  of the standard recursive group membership lookup algorithm.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'"
  • #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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"

    Property Attributes
    • defaultProc.new { self.domain.version }
    • short_name"Version"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    14
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 14
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"
  • #name ⇒ String
    "Returns the user-specified name of this Security Provider MBean instance.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"

    Property Attributes
    • short_name"Name"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    37
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 37
    
    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: "Returns the user-specified name of this Security Provider MBean instance.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"
  • #realm ⇒ MintPress::OracleWeblogic::Realm
    "Returns the realm that contains this security provider.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"

    Property Attributes
    • short_name"Realm"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    84
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 84
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"
  • #description ⇒ String
    "Returns a description of this security provider.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"

    Property Attributes
    • short_name"Description"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    109
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 109
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"
  • #provider_class_name ⇒ String
    "The name of the Java class used to load the LDAP Authentication provider.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"

    Property Attributes
    • short_name"ProviderClassName"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    193
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 193
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.CustomDBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DBMSAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.VirtualUserAuthenticator'"
  • #current_name ⇒ String
    "getCurrentName(String cursor)\nThe name of the current item in the list.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"CurrentName"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    208
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 208
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #group_description ⇒ String
    "getGroupDescription(String groupName)\nGets a group's description.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"GroupDescription"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    222
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 222
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"Member"
    • has_setterfalse
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    238
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 238
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #user_description ⇒ String
    "getUserDescription(String userName)\nGets a user's description.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"

    Property Attributes
    • short_name"UserDescription"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    252
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 252
    
    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.\nApplies to 'weblogic.security.providers.authentication.ActiveDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.authentication.IPlanetAuthenticator'\nApplies to 'weblogic.security.providers.authentication.SQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.LDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.NovellAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OpenLDAPAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator'\nApplies to 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator'\nApplies to 'weblogic.security.providers.authentication.WindowsNTAuthenticator'"
  • #supported_types ⇒ Array of ⇒ String
    "The token types supported by the WebLogic LDAP X509 Identity Assertion provider.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'"

    Property Attributes
    • short_name"SupportedTypes"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    781
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 781
    
    property :SupportedTypes, type: String, array: true, hash: false, short_name: "SupportedTypes", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The token types supported by the WebLogic LDAP X509 Identity Assertion provider.\nApplies to 'weblogic.security.providers.authentication.LDAPX509IdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.DefaultIdentityAsserter'\nApplies to 'weblogic.security.providers.authentication.NegotiateIdentityAsserter'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'\nApplies to 'weblogic.security.providers.realmadapter.RealmAdapterAuthenticator'"
  • #supported_export_constraints ⇒ Array of ⇒ String
    "The users and groups that you want to be exported from this Authentication provider's database.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"SupportedExportConstraints"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    785
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 785
    
    property :SupportedExportConstraints, type: String, array: true, hash: false, short_name: "SupportedExportConstraints", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The users and groups that you want to be exported from this         Authentication provider's database.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #supported_export_formats ⇒ Array of ⇒ String
    "The format of the file to export.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"SupportedExportFormats"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    789
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 789
    
    property :SupportedExportFormats, type: String, array: true, hash: false, short_name: "SupportedExportFormats", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The format of the file to export.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #supported_import_constraints ⇒ Array of ⇒ String
    "The users and groups that you want to be imported into this Authentication provider's database.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"SupportedImportConstraints"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    793
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 793
    
    property :SupportedImportConstraints, type: String, array: true, hash: false, short_name: "SupportedImportConstraints", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The users and groups that you want to be imported into this         Authentication provider's database.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #supported_import_formats ⇒ Array of ⇒ String
    "The format of the file to import.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"SupportedImportFormats"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    797
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 797
    
    property :SupportedImportFormats, type: String, array: true, hash: false, short_name: "SupportedImportFormats", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The format of the file to import.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #certificate ⇒ String
    "getCertificate(String alias)\nRetrieves a certificate from the registry.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"

    Property Attributes
    • short_name"Certificate"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    801
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 801
    
    property :Certificate, type: String, array: false, hash: false, short_name: "Certificate", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "getCertificate(String alias)\nRetrieves a certificate from the registry.\nApplies to 'weblogic.security.providers.saml.SAMLIdentityAsserter'"
  • #supported_user_attribute_names ⇒ Array of ⇒ String
    "Provides a list of supported user attribute names for the provider.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'"

    Property Attributes
    • short_name"SupportedUserAttributeNames"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    925
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 925
    
    property :SupportedUserAttributeNames, type: String, array: true, hash: false, short_name: "SupportedUserAttributeNames", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "Provides a list of supported user attribute names for the provider.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'"
  • #user_attribute_name_supported ⇒ [TrueClass,FalseClass]
    "isUserAttributeNameSupported(String userAttributeName)\nChecks if a user attribute is supported.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'"

    Property Attributes
    • short_name"UserAttributeNameSupported"
    • has_setterfalse
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    929
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/authentication_provider.rb', line 929
    
    property :UserAttributeNameSupported, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UserAttributeNameSupported", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: "isUserAttributeNameSupported(String userAttributeName)\nChecks if a user attribute is supported.\nApplies to 'weblogic.security.providers.authentication.DefaultAuthenticator'"

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 = {}) ⇒ AuthenticationProvider

Returns a new instance of AuthenticationProvider.

Instance Method Details

#import_props_from_modelObject