Class SAMLArtifactURLBuilderTest
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.impl.SAMLArtifactURLBuilderTest
-
public class SAMLArtifactURLBuilderTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringbaseURLprivate SAMLArtifactURLBuilderbuilderprivate BaseEncodingHEX
-
Constructor Summary
Constructors Constructor Description SAMLArtifactURLBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestNonArtifact()voidtestSourceIDArtifact()voidtestSourceLocationArtifact()
-
-
-
Field Detail
-
builder
private SAMLArtifactURLBuilder builder
-
baseURL
private String baseURL
-
HEX
private BaseEncoding HEX
-
-
Method Detail
-
testSourceIDArtifact
public void testSourceIDArtifact() throws NoSuchAlgorithmException, UnsupportedEncodingException
-
testSourceLocationArtifact
public void testSourceLocationArtifact() throws NoSuchAlgorithmException- Throws:
NoSuchAlgorithmException
-
testNonArtifact
public void testNonArtifact()
-
-