/* * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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. */ package org.wso2.carbon.identity.sts.passive; public class PassiveRequestorConstants { public final static String REQUESTOR_ACTION_ATTRIBUTES_10 = "wattr1.0"; public final static String REQUESTOR_ACTION_SIGNIN_10 = "wsignin1.0"; public final static String REQUESTOR_ACTION_SIGNOUT_10 = "wsignout1.0"; public final static String REQUESTOR_ACTION_PSEUDONYM_10 = "wpseudo1.0"; public final static String ACTION = "wa"; public final static String REPLY_TO = "wreply"; public final static String RESPONSE = "wres"; public final static String CONTEXT = "wctx"; public final static String POLCY = "wp"; public final static String TIME_AT_RECIPIENT = "wct"; public final static String REALM = "wtrealm"; public final static String REQUEST = "wreq"; public final static String REQUEST_POINTER = "wreqptr"; public final static String RESULT = "wresult"; public final static String RESPONSE_POINTER = "wresultptr"; public final static String ATTRIBUTE = "wattr"; public final static String PSEUDO = "wpseudo"; }