Class: MintPress::OracleWeblogic::SecurityConfiguration
- Inherits:
-
GenericMbean
- Object
- GenericMbean
- MintPress::OracleWeblogic::SecurityConfiguration
- Includes:
- MintLogger, Mixins::Properties, FancyNew, Utils
- Defined in:
- src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_280.rb
Overview
Properties (Read/Write)
-
#version ⇒ String (Default Value: Proc.new { self.domain.version })
Version of weblogic this property is being applied to
Property Attributes- default ⇒ Proc.new { self.domain.version }
14
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 14 property :version, type: String, default: Proc.new { self.domain.version }
-
#notes ⇒ String
"Optional information that you can include to describe this\nconfiguration."
Property Attributes- short_name ⇒ "Notes"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
19
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 19 property :Notes, type: String, array: false, hash: false, short_name: "Notes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Optional information that you can include to describe this\nconfiguration."
-
#cert_revoc ⇒ MintPress::OracleWeblogic::CertRevoc (Default Value: MintPress::OracleWeblogic::CertRevoc.new)
"Determines the domain's X509 certificate revocation checking\nconfiguration."
Property Attributes- short_name ⇒ "CertRevoc"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- default ⇒ MintPress::OracleWeblogic::CertRevoc.new
22
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 22 property :CertRevoc, type: MintPress::OracleWeblogic::CertRevoc, array: false, hash: false, short_name: "CertRevoc", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Determines the domain's X509 certificate revocation checking\nconfiguration.", default: MintPress::OracleWeblogic::CertRevoc.new
-
#compatibility_connection_filters_enabled ⇒ [TrueClass,FalseClass]
"Specifies whether this WebLogic Server domain\nenables compatiblity with previous connection filters."
Property Attributes- short_name ⇒ "CompatibilityConnectionFiltersEnabled"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
25
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 25 property :CompatibilityConnectionFiltersEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "CompatibilityConnectionFiltersEnabled", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether this WebLogic Server domain\nenables compatiblity with previous connection filters."
-
#connection_filter ⇒ String
"The name of the Java class that implements a connection filter\n(that is, the weblogic.security.net.ConnectionFilter\ninterface)."
Property Attributes- short_name ⇒ "ConnectionFilter"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
29
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 29 property :ConnectionFilter, type: String, array: false, hash: false, short_name: "ConnectionFilter", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the Java class that implements a connection filter\n(that is, the weblogic.security.net.ConnectionFilter\ninterface)."
-
#connection_filter_rules ⇒ Array of ⇒ String
"The rules used by any connection filter that implements the\nConnectionFilterRulesListener interface."
Property Attributes- short_name ⇒ "ConnectionFilterRules"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
32
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 32 property :ConnectionFilterRules, type: String, array: true, hash: false, short_name: "ConnectionFilterRules", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The rules used by any connection filter that implements the\nConnectionFilterRulesListener interface."
-
#connection_logger_enabled ⇒ [TrueClass,FalseClass]
"Specifies whether this WebLogic Server domain should log\naccepted connections."
Property Attributes- short_name ⇒ "ConnectionLoggerEnabled"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
35
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 35 property :ConnectionLoggerEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ConnectionLoggerEnabled", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether this WebLogic Server domain should log\naccepted connections."
-
#default_realm ⇒ MintPress::OracleWeblogic::Realm
"Returns the default security realm or null if no realm has\nbeen selected as the default security realm."
Property Attributes- short_name ⇒ "DefaultRealm"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ true
- read_only ⇒ false
38
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 38 property :DefaultRealm, type: MintPress::OracleWeblogic::Realm, array: false, hash: false, short_name: "DefaultRealm", has_setter: true, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "Returns the default security realm or null if no realm has\nbeen selected as the default security realm."
-
#downgrade_untrusted_principals ⇒ [TrueClass,FalseClass]
"Whether or not to downgrade to anonymous principals that cannot\nbe verified."
Property Attributes- short_name ⇒ "DowngradeUntrustedPrincipals"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
41
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 41 property :DowngradeUntrustedPrincipals, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "DowngradeUntrustedPrincipals", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Whether or not to downgrade to anonymous principals that cannot\nbe verified."
-
#enforce_strict_url_pattern ⇒ [TrueClass,FalseClass]
"Whether or not the system should enforce strict URL pattern or not."
Property Attributes- short_name ⇒ "EnforceStrictURLPattern"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
43
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 43 property :EnforceStrictURLPattern, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "EnforceStrictURLPattern", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Whether or not the system should enforce strict URL pattern or not."
-
#enforce_valid_basic_auth_credentials ⇒ [TrueClass,FalseClass]
"Whether or not the system should allow requests with invalid Basic\nAuthentication credentials to access unsecure resources."
Property Attributes- short_name ⇒ "EnforceValidBasicAuthCredentials"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
46
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 46 property :EnforceValidBasicAuthCredentials, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "EnforceValidBasicAuthCredentials", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Whether or not the system should allow requests with invalid Basic\nAuthentication credentials to access unsecure resources."
-
#excluded_domain_names ⇒ Array of ⇒ String
"Specifies a list of remote domains for which cross-domain check\nshould not be applied."
Property Attributes- short_name ⇒ "ExcludedDomainNames"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
49
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 49 property :ExcludedDomainNames, type: String, array: true, hash: false, short_name: "ExcludedDomainNames", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies a list of remote domains for which cross-domain check\nshould not be applied."
-
#jaspic ⇒ MintPress::OracleWeblogic::JASPIC (Default Value: MintPress::OracleWeblogic::JASPIC.new)
"Creates a Jaspic MBean from which AuthConfigProviders can\nbe created and configured."
Property Attributes- short_name ⇒ "JASPIC"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- default ⇒ MintPress::OracleWeblogic::JASPIC.new
52
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 52 property :JASPIC, type: MintPress::OracleWeblogic::JASPIC, array: false, hash: false, short_name: "JASPIC", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Creates a Jaspic MBean from which AuthConfigProviders can\nbe created and configured.", default: MintPress::OracleWeblogic::JASPIC.new
-
#node_manager_password ⇒ [Mint::Secret]
"The password that the Administration Server uses to communicate\nwith Node Manager when starting,\nstopping, or restarting Managed Servers."
Property Attributes- short_name ⇒ "NodeManagerPassword"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
56
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 56 property :NodeManagerPassword, type: [Mint::Secret], array: false, hash: false, short_name: "NodeManagerPassword", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The password that the Administration Server uses to communicate\nwith Node Manager when starting,\nstopping, or restarting Managed Servers."
-
#node_manager_username ⇒ String
"The user name that the Administration Server uses to communicate\nwith Node Manager when starting,\nstopping, or restarting Managed Servers."
Property Attributes- short_name ⇒ "NodeManagerUsername"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
60
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 60 property :NodeManagerUsername, type: String, array: false, hash: false, short_name: "NodeManagerUsername", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The user name that the Administration Server uses to communicate\nwith Node Manager when starting,\nstopping, or restarting Managed Servers."
-
#realms ⇒ Hash of ⇒ MintPress::OracleWeblogic::Realm
"Returns all the realms in the domain."
Property Attributes- short_name ⇒ "Realms"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ true
- read_only ⇒ false
62
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 62 property :Realms, type: MintPress::OracleWeblogic::Realm, array: false, hash: true, short_name: "Realms", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "Returns all the realms in the domain."
-
#web_app_files_case_insensitive ⇒ String
"This property defines the case sensitive URL-pattern matching\nbehavior for security constraints, servlets, filters, virtual-hosts,\nand so on, in the Web application container and external security policies."
Property Attributes- short_name ⇒ "WebAppFilesCaseInsensitive"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
66
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 66 property :WebAppFilesCaseInsensitive, type: String, array: false, hash: false, short_name: "WebAppFilesCaseInsensitive", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "This property defines the case sensitive URL-pattern matching\nbehavior for security constraints, servlets, filters, virtual-hosts,\nand so on, in the Web application container and external security policies."
-
#anonymous_admin_lookup_enabled ⇒ [TrueClass,FalseClass]
"Deprecated.\n12.2.1.0.0"
Property Attributes- short_name ⇒ "AnonymousAdminLookupEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
69
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 69 property :AnonymousAdminLookupEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "AnonymousAdminLookupEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\n12.2.1.0.0"
-
#clear_text_credential_access_enabled ⇒ [TrueClass,FalseClass]
"Returns true if allow access to credential in clear text."
Property Attributes- short_name ⇒ "ClearTextCredentialAccessEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
71
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 71 property :ClearTextCredentialAccessEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ClearTextCredentialAccessEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Returns true if allow access to credential in clear text."
-
#console_full_delegation_enabled ⇒ [TrueClass,FalseClass]
"Indicates whether the console is enabled for fully delegate authorization."
Property Attributes- short_name ⇒ "ConsoleFullDelegationEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
73
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 73 property :ConsoleFullDelegationEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ConsoleFullDelegationEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether the console is enabled for fully delegate authorization."
-
#cross_domain_security_enabled ⇒ [TrueClass,FalseClass]
"Indicates whether or not cross-domain security is enabled."
Property Attributes- short_name ⇒ "CrossDomainSecurityEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
75
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 75 property :CrossDomainSecurityEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "CrossDomainSecurityEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether or not cross-domain security is enabled."
-
#principal_equals_case_insensitive ⇒ [TrueClass,FalseClass]
"Specifies whether the WebLogic Server principal name is compared using a\ncase insensitive match when the equals\nmethod for the principal object is performed."
Property Attributes- short_name ⇒ "PrincipalEqualsCaseInsensitive"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
79
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 79 property :PrincipalEqualsCaseInsensitive, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PrincipalEqualsCaseInsensitive", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the WebLogic Server principal name is compared using a\ncase insensitive match when the equals\nmethod for the principal object is performed."
-
#principal_equals_compare_dn_and_guid ⇒ [TrueClass,FalseClass]
"Specifies whether the GUID and DN data in a WebLogic Server principal\nobject are used when the equals method of that object is invoked."
Property Attributes- short_name ⇒ "PrincipalEqualsCompareDnAndGuid"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
82
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 82 property :PrincipalEqualsCompareDnAndGuid, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PrincipalEqualsCompareDnAndGuid", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the GUID and DN data in a WebLogic Server principal\nobject are used when the equals method of that object is invoked."
-
#use_kss_for_demo ⇒ [TrueClass,FalseClass]
"Determines whether the Demo Identity and Demo Trust key stores should be\nobtained from the Oracle Key Store Service (KSS)."
Property Attributes- short_name ⇒ "UseKSSForDemo"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
85
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 85 property :UseKSSForDemo, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseKSSForDemo", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Determines whether the Demo Identity and Demo Trust key stores should be\nobtained from the Oracle Key Store Service (KSS)."
-
#administrative_identity_domain ⇒ String
"Domain's administrative identity domain."
Property Attributes- short_name ⇒ "AdministrativeIdentityDomain"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
87
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 87 property :AdministrativeIdentityDomain, type: String, array: false, hash: false, short_name: "AdministrativeIdentityDomain", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Domain's administrative identity domain."
-
#boot_authentication_max_retry_delay ⇒ Integer
"The maximum length of time, in milliseconds, the boot process will wait before\nretrying the authentication after a login server not available exception."
Property Attributes- short_name ⇒ "BootAuthenticationMaxRetryDelay"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
90
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 90 property :BootAuthenticationMaxRetryDelay, type: Integer, array: false, hash: false, short_name: "BootAuthenticationMaxRetryDelay", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum length of time, in milliseconds, the boot process will wait before\nretrying the authentication after a login server not available exception."
-
#boot_authentication_retry_count ⇒ Integer
"The maximum number of times the boot process will try to authenticate the boot user\nwith the authentication providers."
Property Attributes- short_name ⇒ "BootAuthenticationRetryCount"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
93
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 93 property :BootAuthenticationRetryCount, type: Integer, array: false, hash: false, short_name: "BootAuthenticationRetryCount", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of times the boot process will try to authenticate the boot user\nwith the authentication providers."
-
#default_realm_internal ⇒ MintPress::OracleWeblogic::Realm
""
Property Attributes- short_name ⇒ "DefaultRealmInternal"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ true
- read_only ⇒ false
95
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 95 property :DefaultRealmInternal, type: MintPress::OracleWeblogic::Realm, array: false, hash: false, short_name: "DefaultRealmInternal", has_setter: true, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: ""
-
#nonce_timeout_seconds ⇒ Integer
"Returns the value of the nonce timeout in seconds."
Property Attributes- short_name ⇒ "NonceTimeoutSeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
97
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 97 property :NonceTimeoutSeconds, type: Integer, array: false, hash: false, short_name: "NonceTimeoutSeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the value of the nonce timeout in seconds."
-
#identity_domain_aware_providers_required ⇒ [TrueClass,FalseClass]
"Returns true if all role mapping, authorization, credential mapping, and audit providers configured in the\ndomain must support the IdentityDomainAwareProviderMBean interface's administrative identity domain."
Property Attributes- short_name ⇒ "IdentityDomainAwareProvidersRequired"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
103
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 103 property :IdentityDomainAwareProvidersRequired, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "IdentityDomainAwareProvidersRequired", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Returns true if all role mapping, authorization, credential mapping, and audit providers configured in the\ndomain must support the IdentityDomainAwareProviderMBean interface's administrative identity domain."
-
#identity_domain_default_enabled ⇒ [TrueClass,FalseClass]
"Returns true if identity domain values should be defaulted for the Administrative Identity Domain, Partition\nPrimary Identity Domain, and Default Authenticator Identity Domain attributes."
Property Attributes- short_name ⇒ "IdentityDomainDefaultEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
106
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 106 property :IdentityDomainDefaultEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "IdentityDomainDefaultEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Returns true if identity domain values should be defaulted for the Administrative Identity Domain, Partition\nPrimary Identity Domain, and Default Authenticator Identity Domain attributes."
-
#remote_anonymous_jndi_enabled ⇒ [TrueClass,FalseClass]
"Returns true if remote anonymous JNDI access is\npermitted for list and modify operations."
Property Attributes- short_name ⇒ "RemoteAnonymousJNDIEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
109
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 109 property :RemoteAnonymousJNDIEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RemoteAnonymousJNDIEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Returns true if remote anonymous JNDI access is\npermitted for list and modify operations."
-
#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)
-
#name ⇒ String
"The user-specified name of this MBean instance."
Property Attributes- short_name ⇒ "Name"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
16
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 16 property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The user-specified name of this MBean instance."
-
#secure_mode ⇒ MintPress::OracleWeblogic::SecureMode
"Returns the SecureMode MBean that contains attributes that control the behavior\nof Secure Mode."
Property Attributes- short_name ⇒ "SecureMode"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
100
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/security_configuration.rb', line 100 property :SecureMode, type: MintPress::OracleWeblogic::SecureMode, array: false, hash: false, short_name: "SecureMode", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "Returns the SecureMode MBean that contains attributes that control the behavior\nof Secure Mode."
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
- #import_props_from_model ⇒ Object
-
#initialize(opts = {}) ⇒ SecurityConfiguration
constructor
A new instance of SecurityConfiguration.
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Methods included from Utils
#activate_list, #already_traversed, #announce_self, #bean_type, #build_activate_list, #clear_property_sheet_cache, #create_generic, #create_mbean_components, #delete, #destroy_generic, #empty_mbean?, #execute_script, #exists?, #fast_ls_all, #fast_ls_folder, #fast_ls_object, #fast_ls_object_map, #find_cluster, #find_runtime_path_in_rest, #find_server, #full_url, #get, #get_all_self_names, #get_identity, #get_local_wlst_session, #get_matching_self_names, #get_property_from_target, #get_property_from_target_rest, #get_property_from_target_wlst, #get_property_from_target_wlst_impl, #get_property_sheet, #get_rest_item, #get_rest_url_for_parent, #get_rest_url_for_self, #get_servers, #get_servers_rest, #get_servers_wlst, #get_wl_home, #globmatch?, #handle_create, #http_delete, #http_get, #http_post, #http_put, included, #invalidate_session, #is_meta_object?, #longclass, #massage_return, #mbean_components, #mbean_exists?, #mbean_lookup, #mbean_properties, #mbean_to_hash, #meta_list?, #my_short_name, #perform_method_generic, #perform_runtime_call_generic_rest, #perform_runtime_method_generic, #post, #raise_http_exception, #remove, #request_headers, #reset_activate_list, #rest_activate_change, #rest_create_generic, #rest_create_mbean_components, #rest_destroy_self, #rest_edit_url, #rest_has_changes, #rest_idempotent_create, #rest_locked, #rest_nonedit_url, #rest_start_change, #rest_undo_change, #runtime_introspection, #shortclass, #start_with_async, #state_with_net_ping, #stop_with_async, #to_nested, #wlst_cd_to, #wlst_create_generic, #wlst_destroy_self, #wlst_find_object, #wlst_find_parent_object, #wlst_generic_mbean_update_all, #wlst_idempotent_create, #wlst_update_mbean
Methods included from FancyNew
Methods inherited from GenericMbean
#create, #destroy, #is_generic, is_generic
Methods included from MBeanUtils
#assign_object_by_identity, #assign_object_by_identity_from, #bean_is_changed?, #dump_metadata, #dump_tree_metadata, #get_item_by_identity_name, #get_item_by_identity_name_from, #get_parent_by_identity_name, #harvest, #harvest_anew, #harvest_item_by_name, #harvest_item_by_type, #harvest_wlst, #harvesters, #harvesting, #longname, #lookup_mintpress_by_mbean, #mbean_by_url, #process_mbeans, #register_mbean_url