Skip to content

Commit

Permalink
Fix: Override element name, namespace and prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 31, 2024
1 parent bfee974 commit 8abc5f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/XML/fed/SecurityTokenServiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 8abc5f7

Please sign in to comment.