File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -300,14 +300,20 @@ sub post_binding {
300300 return $post ;
301301}
302302
303+ =head2 generate_sp_desciptor_id ( )
304+
305+ Returns the Net::SAML2 unique ID from Net::SAML2::Util::generate_id.
306+
307+ =cut
308+
303309sub generate_sp_desciptor_id {
304310 my $self = shift ;
305311 return Net::SAML2::Util::generate_id();
306312}
307313
308- =head2 metadata ( )
314+ =head2 generate_metadata ( )
309315
310- Returns the metadata XML document for this SP.
316+ Generate the metadata XML document for this SP.
311317
312318=cut
313319
@@ -412,6 +418,12 @@ sub generate_metadata {
412418 );
413419}
414420
421+ =head2 metadata( )
422+
423+ Returns the metadata XML document for this SP.
424+
425+ =cut
426+
415427sub metadata {
416428 my ($self ) = @_ ;
417429
You can’t perform that action at this time.
0 commit comments