Resource Type: authrealm
- Defined in:
- lib/puppet/type/authrealm.rb
- Providers:
-
asadmin
Overview
Manage authentication realms of Glassfish domains
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
asadminuser
(defaults to: admin)
The internal Glassfish user asadmin uses. Default: admin
-
classname
The Java class name. Eg: com.sun.identity.agents.appserver.v81.AmASRealm
-
isdefault
(defaults to: false)
Sets realm to default if true.
Supported values:- true
- false
-
name (namevar)
The realm name.
-
passwordfile
The file containing the password for the user.
-
portbase
(defaults to: 4800)
The Glassfish domain port base. Default: 4800
-
properties
The properties. Eg: jaas-context=agentRealm
-
provider
The specific backend to use for this ‘authrealm` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
target
(defaults to: server)
This option helps specify the target to which you are deploying. Valid options are: server, domain, [cluster name], [instance name]. Defaults to: server
-
user
The user to run the command as.