public class FAMTrustSPMetadata extends Object implements com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
Constructor and Description |
---|
FAMTrustSPMetadata(String spEndPoint)
Creates a new instance of FAMTrustSPMetedata
|
Modifier and Type | Method and Description |
---|---|
String |
getCertAlias() |
String |
getKeyType() |
Map<String,Object> |
getOtherOptions() |
String |
getSPEndPoint() |
String |
getTokenType() |
void |
setCertAlias(String certAlias) |
void |
setKeyType(String keyType) |
void |
setTokenType(String tokenType) |
public FAMTrustSPMetadata(String spEndPoint)
public String getSPEndPoint()
public void setCertAlias(String certAlias)
public String getCertAlias()
getCertAlias
in interface com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
public void setTokenType(String tokenType)
public String getTokenType()
getTokenType
in interface com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
public void setKeyType(String keyType)
public String getKeyType()
getKeyType
in interface com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.