LocalName Specifies the unique token provider
name as the target object of the command.
|
String, required |
-HandlerFactory Specifies the configuration
class name, including package information.
|
String, required |
-URI Specifies the unique token type schema
URI.
|
String, required |
-lifetimeMinutes Specifies the amount of time,
in minutes, that the token is valid.
|
Integer, optional Default: 120 (minutes)
Minimum:
10 (minutes)
|
-renewalWindowMinutes Specifies the amount
of time after the token expires during which the token can be renewed.
|
Integer, optional Default: 120 (minutes)
Minimum:
10 (minutes)
|
-postdatable Set to true to specify
that tokens of the token provider are valid at a later time. Tokens can be
created with or without a future start time.
|
Boolean, optional Default: false
|
-distributedCache Set to true to enable
distributed cache.
|
Boolean, optional Default: false
|
-renewableAfterExpiration Set to true to
specify that tokens of the token provider are renewable after expiration.
|
Boolean, optional Default: false
|
-tokenCacheFactory Specifies the fully qualified
class name for the token provider.
|
String, optionalDefault: com.ibm.ws.wssecurity.platform.websphere.trust
.server.sts.ext.cache.STSTokenCacheFactoryImpl
|