Uses of Class
org.forgerock.openig.tools.am.Version
Packages that use Version
Package
Description
Access Management Server.
Contains everything commonly used to work with
TypeDefinition
.-
Uses of Version in org.forgerock.openig.tools.am
Subclasses of Version in org.forgerock.openig.tools.amMethods in org.forgerock.openig.tools.am that return VersionModifier 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.Methods in org.forgerock.openig.tools.am that return types with arguments of type VersionModifier 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).Methods in org.forgerock.openig.tools.am with parameters of type VersionModifier 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, org.forgerock.openig.tracing.TracingProvider tracingProvider) 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).Method parameters in org.forgerock.openig.tools.am with type arguments of type Version -
Uses of Version in org.forgerock.openig.types
Fields in org.forgerock.openig.types with type parameters of type VersionModifier 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
.