Class StructuredFieldToken
java.lang.Object
com.authlete.hms.StructuredFieldToken
A class representing
sf-token
defined in RFC 8941 Structured Field
Values for HTTP, Section 3.3.4. Tokens.
sf-token = ( ALPHA / "*" ) *( tchar / ":" / "/" )
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStructuredFieldToken
(String token) A constructor with a string that conforms to the sf-token format. -
Method Summary
-
Constructor Details
-
StructuredFieldToken
A constructor with a string that conforms to the sf-token format.- Parameters:
token
- A string that conforms to the sf-token format as specified in RFC 8941 Structured Field Values for HTTP, Section 3.3.4.- Throws:
IllegalArgumentException
- The token is null or does not conform to the sf-token format as specified in RFC 8941 Structured Field Values for HTTP, Section 3.3.4. Tokens.- See Also:
-
-
Method Details
-
equals
-
hashCode
-
toString
-
getToken
-