Uses of Class
org.forgerock.openig.tools.am.Version
Package
Description
Access Management Server.
Contains everything commonly used to work with
TypeDefinition
.-
Uses of Version in org.forgerock.openig.tools.am
Modifier and TypeMethodDescriptionAmService.getVersion()
Return the version of the configured OpenAM Server.static Version
Parse an input string, decomposing it in its base elements (major, minor, micro).static Version
Version.v
(int major) Builds a version from its components (minor set to0
, micro set to0
, no qualifier).static Version
Version.v
(int major, int minor) Builds a version from its components (micro set to0
, no qualifier).static Version
Version.v
(int major, int minor, int micro) Builds a version from its components.Modifier and TypeMethodDescriptionReturns a predicate that verifies if this version is in between the givenminInclusive
andmaxInclusive
versions (inclusive).Returns a predicate that verifies strict equality.Version.greaterThan
(Version version) Returns a predicate that verifies if this version is strictly greater than the givenversion
.Version.greaterThanOrEqualTo
(Version version) Returns a predicate that verifies if this version is greater or equal to the givenversion
.Returns a predicate that verifies if this version is strictly lower than the givenversion
.Version.lowerThanOrEqualTo
(Version version) Returns a predicate that verifies if this version is lower or equal to the givenversion
.Version.strictlyBetween
(Version minExclusive, Version maxExclusive) Returns a predicate that verifies if this version is in between the givenminExclusive
andmaxExclusive
versions (exclusive).Modifier and TypeMethodDescriptionstatic AmVersion
Returns a normalized AM version from the given version.Returns a predicate that verifies if this version is in between the givenminInclusive
andmaxInclusive
versions (inclusive).int
static AmService.Discovery
AmService.discovery
(URI baseUri, Realm realm, String cookieName, Version versionHint, String agentId, SecretReference<GenericSecret> agentPassword, Handler amHandler) Create an AM Discovery object which will get information from AM upon building.Returns a predicate that verifies strict equality.Version.greaterThan
(Version version) Returns a predicate that verifies if this version is strictly greater than the givenversion
.Version.greaterThanOrEqualTo
(Version version) Returns a predicate that verifies if this version is greater or equal to the givenversion
.Returns a predicate that verifies if this version is strictly lower than the givenversion
.Version.lowerThanOrEqualTo
(Version version) Returns a predicate that verifies if this version is lower or equal to the givenversion
.Version.strictlyBetween
(Version minExclusive, Version maxExclusive) Returns a predicate that verifies if this version is in between the givenminExclusive
andmaxExclusive
versions (exclusive). -
Uses of Version in org.forgerock.openig.types
Modifier and TypeFieldDescriptionstatic final org.forgerock.openig.model.type.Syntax<Version>
TypeDefinitions.PRODUCT_VERSION_SYNTAX
The "PRODUCT_VERSION"'sSyntax
.static final org.forgerock.openig.model.type.StringTypeDefinition<Version>
TypeDefinitions.PRODUCT_VERSION_TYPE
Represents the "PRODUCT_VERSION" type, which is a String with a specificSyntax
.