diff --git a/src/XML/fed/SecurityTokenServiceType.php b/src/XML/fed/SecurityTokenServiceType.php index 0841fc1b..368f9e98 100644 --- a/src/XML/fed/SecurityTokenServiceType.php +++ b/src/XML/fed/SecurityTokenServiceType.php @@ -22,6 +22,16 @@ */ final class SecurityTokenServiceType extends AbstractSecurityTokenServiceType { + /** @var string */ + public const NS = C::NS_MD; + + /** @var string */ + public const NS_PREFIX = 'md'; + + /** @var string */ + public const LOCALNAME = 'RoleDescriptor'; + + /** * Convert XML into a SecurityTokenServiceType RoleDescriptor *