#!/usr/bin/env python
#
# Copyright (C) 2007 SIOS Technology, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Test data for saml2"""
__author__ = 'tmatsuo@example.com (Takashi MATSUO)'
TEST_NAME_ID = """
  tmatsuo@example.com
"""
TEST_ISSUER = """
  http://www.example.com/test
"""
TEST_SUBJECT_LOCALITY = """
"""
TEST_AUTHN_CONTEXT_CLASS_REF = """
  http://www.example.com/authnContextClassRef
"""
TEST_AUTHN_CONTEXT_DECL_REF = """
  http://www.example.com/authnContextDeclRef
"""
TEST_AUTHN_CONTEXT_DECL = """
  http://www.example.com/authnContextDecl
"""
TEST_AUTHENTICATING_AUTHORITY = """
  http://www.example.com/authenticatingAuthority
"""
TEST_AUTHN_CONTEXT = """
  urn:oasis:names:tc:SAML:2.0:ac:classes:Password
"""
TEST_AUTHN_STATEMENT = """
  
    urn:oasis:names:tc:SAML:2.0:ac:classes:Password
  
"""
TEST_ATTRIBUTE_VALUE = """
value for test attribute
"""
TEST_ATTRIBUTE = """
  value1 of test attribute
  value2 of test attribute
"""
TEST_ATTRIBUTE_STATEMENT = """
  
    value1 of test attribute
    value2 of test attribute
  
  
    value1 of test attribute2
    value2 of test attribute2
  
"""
TEST_SUBJECT_CONFIRMATION_DATA = """
"""
TEST_SUBJECT_CONFIRMATION = """
  
    tmatsuo@example.com
  
  
  
"""
TEST_SUBJECT = """
  
    tmatsuo@example.com
  
  
    
      admin@example.com
    
    
    
  
"""
TEST_CONDITION = """
"""
TEST_AUDIENCE = """
  http://www.example.com/Audience
"""
TEST_AUDIENCE_RESTRICTION = """
  
    http://www.example.com/Audience
  
"""
TEST_ONE_TIME_USE = """
"""
TEST_PROXY_RESTRICTION = """
  http://www.example.com/Audience
"""
TEST_CONDITIONS = """
  
  
    
      http://www.example.com/Audience
    
  
  
  
    http://www.example.com/Audience
  
"""
TEST_ASSERTION_ID_REF = """
  zzlieajngjbkjggjldmgindkckkolcblndbghlhm
"""
TEST_ASSERTION_URI_REF = """
  http://www.example.com/AssertionURIRef
"""
TEST_ACTION = """
"""