Interface SAML1NameIdentifierGenerator

    • Method Detail

      • generate

        @Nullable
        NameIdentifier generate​(@Nonnull
                                org.opensaml.profile.context.ProfileRequestContext profileRequestContext,
                                @Nonnull @NotEmpty
                                String format)
                         throws SAMLException
        Generate an identifier object.
        Specified by:
        generate in interface NameIdentifierGenerator<NameIdentifier>
        Parameters:
        profileRequestContext - the current profile request context
        format - the identifier format to generate
        Returns:
        the identifier object, or null
        Throws:
        SAMLException - if an error occurs generating an identifier