summaryrefslogtreecommitdiff
path: root/STAL/src
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-01-20 14:18:17 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-01-20 14:18:17 +0000
commita0217c13a2542bc6bced45bd9465c2b272aae461 (patch)
tree353a46fe073828321a40698c0335983a670f5857 /STAL/src
parent3bd71fa980c1209975b8761bfc8f8dd8578e0801 (diff)
downloadmocca-a0217c13a2542bc6bced45bd9465c2b272aae461.tar.gz
mocca-a0217c13a2542bc6bced45bd9465c2b272aae461.tar.bz2
mocca-a0217c13a2542bc6bced45bd9465c2b272aae461.zip
nothing
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@265 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'STAL/src')
-rw-r--r--STAL/src/main/java/at/gv/egiz/stal/STAL.java52
1 files changed, 26 insertions, 26 deletions
diff --git a/STAL/src/main/java/at/gv/egiz/stal/STAL.java b/STAL/src/main/java/at/gv/egiz/stal/STAL.java
index 7fa7cb45..7015ec29 100644
--- a/STAL/src/main/java/at/gv/egiz/stal/STAL.java
+++ b/STAL/src/main/java/at/gv/egiz/stal/STAL.java
@@ -14,30 +14,30 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package at.gv.egiz.stal;
-
-import java.util.List;
-import java.util.Locale;
-
-/**
- * Interface for all implementations of the Security Tokean Abstraction Layer.
- * This interface is used by the BKU to handle all security token related parts.
- *
- *
- */
-public interface STAL {
-
- /**
- * Handles a list of security token commands.
- * @param aRequestList
- * @return
- */
- public List<STALResponse> handleRequest(List<? extends STALRequest> aRequestList);
-
- /**
- * Sets the preferred locale for userinteraction (e.g. PIN dialogs).
- * If the locale is not set the default locale will be used.
- * @param locale must not be null.
- */
- public void setLocale(Locale locale);
+package at.gv.egiz.stal;
+
+import java.util.List;
+import java.util.Locale;
+
+/**
+ * Interface for all implementations of the Security Tokean Abstraction Layer.
+ * This interface is used by the BKU to handle all security token related parts.
+ *
+ *
+ */
+public interface STAL {
+
+ /**
+ * Handles a list of security token commands.
+ * @param aRequestList
+ * @return
+ */
+ public List<STALResponse> handleRequest(List<? extends STALRequest> aRequestList);
+
+ /**
+ * Sets the preferred locale for userinteraction (e.g. PIN dialogs).
+ * If the locale is not set the default locale will be used.
+ * @param locale must not be null.
+ */
+ public void setLocale(Locale locale);
} \ No newline at end of file