Subversion Repositories XServices

Rev

Rev 104 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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