[java-identity-provider COMMIT] /trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPRequestedAttri...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Sep 19 13:17:33 EDT 2016
Author: tzeller
Date: Mon Sep 19 13:17:32 2016
New Revision: 8406
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8406&view=rev
Log:
Formatting, replace Windows line endings with Unix
Modified:
trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPRequestedAttribute.java
Modified: trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPRequestedAttribute.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPRequestedAttribute.java?rev=8406&r1=8405&r2=8406&view=diff
==============================================================================
--- trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPRequestedAttribute.java (original)
+++ trunk/idp-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPRequestedAttribute.java Mon Sep 19 13:17:32 2016
@@ -1,52 +1,55 @@
-/*
- * Licensed to the University Corporation for Advanced Internet Development,
- * Inc. (UCAID) under one or more contributor license agreements. See the
- * NOTICE file distributed with this work for additional information regarding
- * copyright ownership. The UCAID 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 net.shibboleth.idp.attribute;
-
-
-/**
- * IdP Representation of the SAML2 RequestedAttribute.
- */
-public class IdPRequestedAttribute extends IdPAttribute {
-
- /** Is this attribute required. */
- private boolean isRequired;
-
- /**
- * Constructor.
- *
- * @param attributeId the id
- */
- public IdPRequestedAttribute(String attributeId) {
- super(attributeId);
- }
-
- /** Is this attribute marked as required.
- * @return Returns the isRequired flag
- */
- public boolean getIsRequired() {
- return isRequired;
- }
-
- /** Set whether this attribute is to be marked as required.
- * @param required The flag to set.
- */
- public void setRequired(boolean required) {
- this.isRequired = required;
- }
-
-}
+/*
+ * Licensed to the University Corporation for Advanced Internet Development,
+ * Inc. (UCAID) under one or more contributor license agreements. See the
+ * NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The UCAID 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 net.shibboleth.idp.attribute;
+
+/**
+ * IdP Representation of the SAML2 RequestedAttribute.
+ */
+public class IdPRequestedAttribute extends IdPAttribute {
+
+ /** Is this attribute required. */
+ private boolean isRequired;
+
+ /**
+ * Constructor.
+ *
+ * @param attributeId the id
+ */
+ public IdPRequestedAttribute(String attributeId) {
+ super(attributeId);
+ }
+
+ /**
+ * Is this attribute marked as required.
+ *
+ * @return Returns the isRequired flag
+ */
+ public boolean getIsRequired() {
+ return isRequired;
+ }
+
+ /**
+ * Set whether this attribute is to be marked as required.
+ *
+ * @param required The flag to set.
+ */
+ public void setRequired(boolean required) {
+ this.isRequired = required;
+ }
+
+}
More information about the commits
mailing list