Revision: 1600 http://svn.sourceforge.net/spring-rich-c/?rev=1600&view=rev Author: kevinstembridge Date: 2006-12-16 09:24:51 -0800 (Sat, 16 Dec 2006)
Log Message: ----------- Added copyright, modified javadoc Modified Paths: -------------- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/core/SecurityControllable.java Modified: trunk/spring-richclient/support/src/main/java/org/springframework/richclient/core/SecurityControllable.java =================================================================== --- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/core/SecurityControllable.java 2006-12-16 16:48:20 UTC (rev 1599) +++ trunk/spring-richclient/support/src/main/java/org/springframework/richclient/core/SecurityControllable.java 2006-12-16 17:24:51 UTC (rev 1600) @@ -1,11 +1,25 @@ -/** +/* + * Copyright 2002-2005 the original author or authors. * + * 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. */ package org.springframework.richclient.core; +import org.springframework.richclient.security.SecurityController; + /** - * Interface implemented by objects that can be controlled by a security controller. Any - * object that implements this interface and is processed by + * Interface implemented by objects whose authorized state can be controlled by a + * [EMAIL PROTECTED] SecurityController}. Any object that implements this interface and is processed by * [EMAIL PROTECTED] org.springframework.richclient.application.config.ApplicationObjectConfigurer#configure(Object, String)} * will be linked to the security controller with the id returned by * [EMAIL PROTECTED] #getSecurityControllerId()} @@ -27,4 +41,5 @@ * @return controller id */ public String getSecurityControllerId(); + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ spring-rich-c-cvs mailing list spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs