Uses of Class
com.authlete.hms.ComponentIdentifier
Packages that use ComponentIdentifier
-
Uses of ComponentIdentifier in com.authlete.hms
Subclasses with type arguments of type ComponentIdentifier in com.authlete.hmsMethods in com.authlete.hms that return ComponentIdentifierModifier and TypeMethodDescriptionSignatureBaseLine.getComponentIdentifier()
Get the component identifier.Methods in com.authlete.hms with parameters of type ComponentIdentifierModifier and TypeMethodDescriptionComponentValueProvider.getComponentValue
(ComponentIdentifier identifier) Get the value of the component specified by the component identifier.ComponentValueProvider.getComponentValue
(SignatureMetadata metadata, ComponentIdentifier identifier) SignatureContext.getComponentValue
(SignatureMetadata metadata, ComponentIdentifier identifier) Get the component value.Constructors in com.authlete.hms with parameters of type ComponentIdentifierModifierConstructorDescriptionSignatureBaseLine
(ComponentIdentifier identifier, String value) A constructor with a component identifier and a component value.Constructor parameters in com.authlete.hms with type arguments of type ComponentIdentifierModifierConstructorDescriptionSignatureMetadata
(Collection<? extends ComponentIdentifier> identifiers) A constructor with component identifiers.SignatureMetadata
(Collection<? extends ComponentIdentifier> identifiers, SignatureMetadataParameters parameters) A constructor with component identifiers and signature metadata parameters.