Subversion Repositories XServices

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
104 brianR 1
<<<<<<< .mine
2
package net.brutex.xservices.security;
3
 
4
import java.util.UUID;
5
 
6
public abstract interface Identity
7
{
8
  public abstract UUID getUUID();
9
}
10
 
11
/* Location:           C:\Users\brosenberger\Documents\My Box Files\XBridgeNG-download\XServices-20130131 - Kopie\WEB-INF\classes\net.zip
12
 * Qualified Name:     net.brutex.xservices.security.Identity
13
 * JD-Core Version:    0.6.2
14
 */=======
15
/*
16
 *   Copyright 2012 Brian Rosenberger (Brutex Network)
17
 *
18
 *   Licensed under the Apache License, Version 2.0 (the "License");
19
 *   you may not use this file except in compliance with the License.
20
 *   You may obtain a copy of the License at
21
 *
22
 *       http://www.apache.org/licenses/LICENSE-2.0
23
 *
24
 *   Unless required by applicable law or agreed to in writing, software
25
 *   distributed under the License is distributed on an "AS IS" BASIS,
26
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27
 *   See the License for the specific language governing permissions and
28
 *   limitations under the License.
29
 */
30
 
31
package net.brutex.xservices.security;
32
 
33
import java.util.UUID;
34
 
35
 
36
 
37
public interface Identity {
38
 
39
	public UUID getUUID();
40
 
41
 
42
}
43
>>>>>>> .r97