Property name
|
Description
|
Datatypes
|
Default
|
Range
|
enablecp
|
Specifies if SSO is enabled or disabled.
|
Boolean
|
true
|
true or false
|
domain
|
Specifies Web application's domain name
|
String
|
<webapp- name>
|
ASCII
|
roles
|
Specifies comma-separated list of ROLE names. You use this to perform Role-Based-Authentication (RBA) inside your business application.
|
String
|
-
|
ASCII
|
authz
|
Specifies comma-separated list of ROLE names
|
String
|
-
|
ASCII
|
expires
|
Specifies the data expiration time in seconds.
|
String integer
|
0
|
0 to n
|
accntinfo
|
Specifies the Spring token account state properties
|
Boolean
|
-
|
true or false
|
properties
|
Specifies a map, a collection of property name entries.
|
Map
|
-
|
String property name and value
|
ccid
|
Specifies if CCID is enabled or disabled.
|
Boolean
|
true
|
true or false
|
"key"
|
The key to be used for sealing the C-P
|
String
|
""
|
Cleartext or oech1::xxxx where xxxx is the ouput of genpassword utility
|
"registryFile"
|
The domain registry file used to seal the C-P NOTE: You need to configure either "key" or "registryFile"
|
File path
|
null
|
generated using the gendomreg utility.1
|
anonymous
|
Specifies if the AppServer is being called from an anonymous Web application user or not.
|
Boolean
|
true
|
true or false
|
sealAnonymous
|
Property to seal the anonymous C-P token using "key" or "registryFile"
|
Boolean
|
false
|
true or false
|